Searched refs:testConvertToU (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 53 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… 981 if(!testConvertToU(sampleText1, sizeof(sampleText1), in TestWithBufferSize() 998 if(!testConvertToU(sampleTxtToU, sizeof(sampleTxtToU), in TestWithBufferSize() 1365 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() function 1556 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1568 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1599 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1698 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1742 if(!testConvertToU(expected1, sizeof(expected1), in TestResetBehaviour() 1774 if(!testConvertToU(expected, sizeof(expected), in TestResetBehaviour() [all …]
|
D | nucnvtst.c | 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() [all …]
|