Searched refs:testConvertToUnicode (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | nccbtst.c | 666 if(!testConvertToUnicode(expskipIBM_949, UPRV_LENGTHOF(expskipIBM_949), in TestSkip() 670 if(!testConvertToUnicode(expskipIBM_943, UPRV_LENGTHOF(expskipIBM_943), in TestSkip() 676 if(!testConvertToUnicode(expskipIBM_930, UPRV_LENGTHOF(expskipIBM_930), in TestSkip() 699 if(!testConvertToUnicode(usasciiToUBytes, UPRV_LENGTHOF(usasciiToUBytes), in TestSkip() 710 if(!testConvertToUnicode(usasciiToUBytes, UPRV_LENGTHOF(usasciiToUBytes), in TestSkip() 721 if(!testConvertToUnicode(latin1ToUBytes, UPRV_LENGTHOF(latin1ToUBytes), in TestSkip() 732 if(!testConvertToUnicode(latin1ToUBytes, UPRV_LENGTHOF(latin1ToUBytes), in TestSkip() 852 … if(!testConvertToUnicode(sampleTxtEBCIDIC_STATEFUL, UPRV_LENGTHOF(sampleTxtEBCIDIC_STATEFUL), in TestSkip() 862 if(!testConvertToUnicode(sampleTxt_euc_jp, UPRV_LENGTHOF(sampleTxt_euc_jp), in TestSkip() 869 if(!testConvertToUnicode(sampleTxt_euc_tw, UPRV_LENGTHOF(sampleTxt_euc_tw), in TestSkip() [all …]
|
D | ncnvfbts.c | 295 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e… in testConvertToUnicode() function 554 if(!testConvertToUnicode(expectedNative, sizeof(expectedNative), in TestConvertFallBackWithBufferSizes() 564 if(!testConvertToUnicode(expectedIBM1363_DBCS, sizeof(expectedIBM1363_DBCS), in TestConvertFallBackWithBufferSizes() 574 if(!testConvertToUnicode(expectedIBM950, sizeof(expectedIBM950), in TestConvertFallBackWithBufferSizes() 589 if(!testConvertToUnicode(IBM950input, sizeof(IBM950input), in TestConvertFallBackWithBufferSizes() 592 if(!testConvertToUnicode(IBM950input, sizeof(IBM950input), in TestConvertFallBackWithBufferSizes() 608 if(!testConvertToUnicode(euc_tw_input, sizeof(euc_tw_input), in TestConvertFallBackWithBufferSizes() 612 if(!testConvertToUnicode(euc_tw_input, sizeof(euc_tw_input), in TestConvertFallBackWithBufferSizes() 644 if(!testConvertToUnicode(expectedIBM1363, sizeof(expectedIBM1363), in TestConvertFallBackWithBufferSizes() 668 if(!testConvertToUnicode(test1input, sizeof(test1input), in TestConvertFallBackWithBufferSizes() [all …]
|
D | ncnvfbts.h | 27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e…
|
D | nccbtst.h | 55 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle…
|