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