Lines Matching defs:testConvertToU
520 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
906 testConvertToU(expectedUTF8, sizeof(expectedUTF8),
910 testConvertToU(expectedISO2022, sizeof(expectedISO2022),
915 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE),
918 testConvertToU(expectedUTF16BE, sizeof(expectedUTF16BE),
921 testConvertToU(expectedUTF32LE, sizeof(expectedUTF32LE),
924 testConvertToU(expectedUTF32BE, sizeof(expectedUTF32BE),
929 testConvertToU(expectedIBM930, sizeof(expectedIBM930), sampleTextRoundTripUnmappable,
932 testConvertToU(expectedIBM943, sizeof(expectedIBM943),sampleTextRoundTripUnmappable,
937 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE),
941 testConvertToU(expectedMaltese913, sizeof(expectedMaltese913),
950 testConvertToU(expectedLMBCS, sizeof(expectedLMBCS),
1022 testConvertToU(utf7, sizeof(utf7), unicode, UPRV_LENGTHOF(unicode), "UTF-7", toUnicodeOffsets,false);
1026 testConvertToU(utf7Restricted, sizeof(utf7Restricted), unicode, UPRV_LENGTHOF(unicode), "UTF-7,version=1", toUnicodeOffsetsR,false);
1102 testConvertToU(imap, sizeof(imap), unicode, UPRV_LENGTHOF(unicode), "IMAP-mailbox-name", toUnicodeOffsets,false);
1148 testConvertToU(utf8, sizeof(utf8),
1200 testConvertToU(utf32, sizeof(utf32),
1253 testConvertToU(utf32, sizeof(utf32),
1314 testConvertToU(test3input, sizeof(test3input),
1337 testConvertToU(test4input, sizeof(test4input),
3295 testConvertToU(byteArr,(sizeof(byteArr)),in,UPRV_LENGTHOF(in),"x-iscii-de",NULL,true);
4285 testConvertToU(sampleTextJIS,sizeof(sampleTextJIS),expectedISO2022JIS,
4287 testConvertToU(sampleTextJIS7,sizeof(sampleTextJIS7),expectedISO2022JIS7,
4289 testConvertToU(sampleTextJIS8,sizeof(sampleTextJIS8),expectedISO2022JIS8,