Searched refs:inputTest (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | nccbtst.c | 269 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSkip() local 425 if(!testConvertFromUnicode(inputTest, UPRV_LENGTHOF(inputTest), in TestSkip() 1125 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestStop() local 1194 if(!testConvertFromUnicode(inputTest, UPRV_LENGTHOF(inputTest), in TestStop() 1396 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSub() local 1419 if(!testConvertFromUnicode(inputTest, UPRV_LENGTHOF(inputTest), in TestSub() 1824 static const UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestSubWithValue() local 2050 if(!testConvertFromUnicode(inputTest, UPRV_LENGTHOF(inputTest), in TestSubWithValue()
|
D | ncnvtst.c | 947 UChar inputTest[] = { 0x0061, 0xd801, 0xdc01, 0xd801, 0x0061 }; in TestWithBufferSize() local 955 if(!testConvertFromU(inputTest, UPRV_LENGTHOF(inputTest), in TestWithBufferSize()
|