Searched refs:unicodeInput (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 654 … const UChar unicodeInput[] = { 0x20ac, 0x0005, 0x0006, 0xdbc4, 0xde34, 0xdbba, 0xdfcd, 0x0003}; in TestConvertFallBackWithBufferSizes() local 663 if(!testConvertFromUnicode(unicodeInput, UPRV_LENGTHOF(unicodeInput), in TestConvertFallBackWithBufferSizes() 679 …const UChar unicodeInput[] = { 0x20ac, 0x0005, 0x0006, 0xdbc4, 0xde34, 0xdbba, 0xdfcd, 0x000b, … in TestConvertFallBackWithBufferSizes() local 690 if(!testConvertFromUnicode(unicodeInput, UPRV_LENGTHOF(unicodeInput), in TestConvertFallBackWithBufferSizes() 706 const UChar unicodeInput[] = in TestConvertFallBackWithBufferSizes() local 725 if(!testConvertFromUnicode(unicodeInput, UPRV_LENGTHOF(unicodeInput), in TestConvertFallBackWithBufferSizes() 737 …const UChar unicodeInput[] = {0x00AF, 0x2013, 0x2223, 0x004C, 0x5F5D, … in TestConvertFallBackWithBufferSizes() local 744 if(!testConvertFromUnicode(unicodeInput, UPRV_LENGTHOF(unicodeInput), in TestConvertFallBackWithBufferSizes()
|
D | nucnvtst.c | 1287 const UChar unicodeInput[] = { 0x20ac, 0x0005, 0x0006, 0xdbc4, 0xde34, 0x0003}; in TestCoverageMBCS() local 1292 testConvertFromU(unicodeInput, UPRV_LENGTHOF(unicodeInput), in TestCoverageMBCS() 1301 …const UChar unicodeInput[] = { 0x20ac, 0x0005, 0x0006, 0x000b, 0xdbc4, 0xde34, 0xd84d, 0xdc56, … in TestCoverageMBCS() local 1310 testConvertFromU(unicodeInput, UPRV_LENGTHOF(unicodeInput), in TestCoverageMBCS() 1324 …static const UChar unicodeInput[] = { 0x20ac, 0x0005, 0x0006, 0x000b, 0xdbc4, 0xde34, 0xd84d, 0… in TestCoverageMBCS() local 1333 testConvertFromU(unicodeInput, UPRV_LENGTHOF(unicodeInput), in TestCoverageMBCS()
|