Searched refs:testConvertFromU (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 51 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… 939 if(!testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestWithBufferSize() 955 if(!testConvertFromU(inputTest, UPRV_LENGTHOF(inputTest), in TestWithBufferSize() 1181 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU() function 1537 if(!testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestResetBehaviour() 1540 if(!testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestResetBehaviour() 1549 if(!testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestResetBehaviour() 1552 if(!testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestResetBehaviour() 1580 if(!testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestResetBehaviour() 1583 if(!testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestResetBehaviour() [all …]
|
D | nucnvtst.c | 362 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *exp… in testConvertFromU() function 838 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() 849 testConvertFromU(testinput, UPRV_LENGTHOF(testinput), in TestNewConvertWithBufferSizes() 857 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() 862 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() 865 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() 868 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() 871 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() 875 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() 880 testConvertFromU(sampleText, UPRV_LENGTHOF(sampleText), in TestNewConvertWithBufferSizes() [all …]
|