Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testConvertToU

518 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
904 testConvertToU(expectedUTF8, sizeof(expectedUTF8),
908 testConvertToU(expectedISO2022, sizeof(expectedISO2022),
913 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE),
916 testConvertToU(expectedUTF16BE, sizeof(expectedUTF16BE),
919 testConvertToU(expectedUTF32LE, sizeof(expectedUTF32LE),
922 testConvertToU(expectedUTF32BE, sizeof(expectedUTF32BE),
927 testConvertToU(expectedIBM930, sizeof(expectedIBM930), sampleTextRoundTripUnmappable,
930 testConvertToU(expectedIBM943, sizeof(expectedIBM943),sampleTextRoundTripUnmappable,
935 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE),
939 testConvertToU(expectedMaltese913, sizeof(expectedMaltese913),
948 testConvertToU(expectedLMBCS, sizeof(expectedLMBCS),
1020 testConvertToU(utf7, sizeof(utf7), unicode, UPRV_LENGTHOF(unicode), "UTF-7", toUnicodeOffsets,FALSE);
1024 testConvertToU(utf7Restricted, sizeof(utf7Restricted), unicode, UPRV_LENGTHOF(unicode), "UTF-7,version=1", toUnicodeOffsetsR,FALSE);
1100 testConvertToU(imap, sizeof(imap), unicode, UPRV_LENGTHOF(unicode), "IMAP-mailbox-name", toUnicodeOffsets,FALSE);
1146 testConvertToU(utf8, sizeof(utf8),
1198 testConvertToU(utf32, sizeof(utf32),
1251 testConvertToU(utf32, sizeof(utf32),
1312 testConvertToU(test3input, sizeof(test3input),
1335 testConvertToU(test4input, sizeof(test4input),
3296 testConvertToU(byteArr,(sizeof(byteArr)),in,UPRV_LENGTHOF(in),"x-iscii-de",NULL,TRUE);
4274 testConvertToU(sampleTextJIS,sizeof(sampleTextJIS),expectedISO2022JIS,
4276 testConvertToU(sampleTextJIS7,sizeof(sampleTextJIS7),expectedISO2022JIS7,
4278 testConvertToU(sampleTextJIS8,sizeof(sampleTextJIS8),expectedISO2022JIS8,