Home
last modified time | relevance | path

Searched refs:testConvertToU (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
Dncnvtst.c49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl…
982 if(!testConvertToU(sampleText1, sizeof(sampleText1), in TestWithBufferSize()
999 if(!testConvertToU(sampleTxtToU, sizeof(sampleTxtToU), in TestWithBufferSize()
1366 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() function
1557 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour()
1569 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour()
1744 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour()
1776 if(!testConvertToU(expected, sizeof(expected), in TestResetBehaviour()
1779 if(!testConvertToU(expected, sizeof(expected), in TestResetBehaviour()
1782 if(!testConvertToU(expected, sizeof(expected), in TestResetBehaviour()
[all …]
Dnucnvtst.c529 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect… in testConvertToU() function
915 testConvertToU(expectedUTF8, sizeof(expectedUTF8), in TestNewConvertWithBufferSizes()
919 testConvertToU(expectedISO2022, sizeof(expectedISO2022), in TestNewConvertWithBufferSizes()
924 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE), in TestNewConvertWithBufferSizes()
927 testConvertToU(expectedUTF16BE, sizeof(expectedUTF16BE), in TestNewConvertWithBufferSizes()
930 testConvertToU(expectedUTF32LE, sizeof(expectedUTF32LE), in TestNewConvertWithBufferSizes()
933 testConvertToU(expectedUTF32BE, sizeof(expectedUTF32BE), in TestNewConvertWithBufferSizes()
938 testConvertToU(expectedIBM930, sizeof(expectedIBM930), sampleTextRoundTripUnmappable, in TestNewConvertWithBufferSizes()
941 testConvertToU(expectedIBM943, sizeof(expectedIBM943),sampleTextRoundTripUnmappable, in TestNewConvertWithBufferSizes()
946 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE), in TestNewConvertWithBufferSizes()
[all …]