Searched refs:testConvertToU (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… 983 if(!testConvertToU(sampleText1, sizeof(sampleText1), in TestWithBufferSize() 1000 if(!testConvertToU(sampleTxtToU, sizeof(sampleTxtToU), in TestWithBufferSize() 1367 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() function 1558 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1570 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1601 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1700 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1744 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1776 if(!testConvertToU(expected, sizeof(expected), in TestResetBehaviour() [all …]
|
D | nucnvtst.c | 516 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect… in testConvertToU() function 902 testConvertToU(expectedUTF8, sizeof(expectedUTF8), in TestNewConvertWithBufferSizes() 906 testConvertToU(expectedISO2022, sizeof(expectedISO2022), in TestNewConvertWithBufferSizes() 911 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE), in TestNewConvertWithBufferSizes() 914 testConvertToU(expectedUTF16BE, sizeof(expectedUTF16BE), in TestNewConvertWithBufferSizes() 917 testConvertToU(expectedUTF32LE, sizeof(expectedUTF32LE), in TestNewConvertWithBufferSizes() 920 testConvertToU(expectedUTF32BE, sizeof(expectedUTF32BE), in TestNewConvertWithBufferSizes() 925 testConvertToU(expectedIBM930, sizeof(expectedIBM930), sampleTextRoundTripUnmappable, in TestNewConvertWithBufferSizes() 928 testConvertToU(expectedIBM943, sizeof(expectedIBM943),sampleTextRoundTripUnmappable, in TestNewConvertWithBufferSizes() 933 testConvertToU(expectedUTF16LE, sizeof(expectedUTF16LE), in TestNewConvertWithBufferSizes() [all …]
|