Home
last modified time | relevance | path

Searched refs:testConvertToUnicode (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c669 if(!testConvertToUnicode(expskipIBM_949, UPRV_LENGTHOF(expskipIBM_949), in TestSkip()
673 if(!testConvertToUnicode(expskipIBM_943, UPRV_LENGTHOF(expskipIBM_943), in TestSkip()
679 if(!testConvertToUnicode(expskipIBM_930, UPRV_LENGTHOF(expskipIBM_930), in TestSkip()
702 if(!testConvertToUnicode(usasciiToUBytes, UPRV_LENGTHOF(usasciiToUBytes), in TestSkip()
713 if(!testConvertToUnicode(usasciiToUBytes, UPRV_LENGTHOF(usasciiToUBytes), in TestSkip()
724 if(!testConvertToUnicode(latin1ToUBytes, UPRV_LENGTHOF(latin1ToUBytes), in TestSkip()
735 if(!testConvertToUnicode(latin1ToUBytes, UPRV_LENGTHOF(latin1ToUBytes), in TestSkip()
855 … if(!testConvertToUnicode(sampleTxtEBCIDIC_STATEFUL, UPRV_LENGTHOF(sampleTxtEBCIDIC_STATEFUL), in TestSkip()
865 if(!testConvertToUnicode(sampleTxt_euc_jp, UPRV_LENGTHOF(sampleTxt_euc_jp), in TestSkip()
872 if(!testConvertToUnicode(sampleTxt_euc_tw, UPRV_LENGTHOF(sampleTxt_euc_tw), in TestSkip()
[all …]
Dncnvfbts.c294 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e… in testConvertToUnicode() function
553 if(!testConvertToUnicode(expectedNative, sizeof(expectedNative), in TestConvertFallBackWithBufferSizes()
563 if(!testConvertToUnicode(expectedIBM1363_DBCS, sizeof(expectedIBM1363_DBCS), in TestConvertFallBackWithBufferSizes()
573 if(!testConvertToUnicode(expectedIBM950, sizeof(expectedIBM950), in TestConvertFallBackWithBufferSizes()
588 if(!testConvertToUnicode(IBM950input, sizeof(IBM950input), in TestConvertFallBackWithBufferSizes()
591 if(!testConvertToUnicode(IBM950input, sizeof(IBM950input), in TestConvertFallBackWithBufferSizes()
607 if(!testConvertToUnicode(euc_tw_input, sizeof(euc_tw_input), in TestConvertFallBackWithBufferSizes()
611 if(!testConvertToUnicode(euc_tw_input, sizeof(euc_tw_input), in TestConvertFallBackWithBufferSizes()
643 if(!testConvertToUnicode(expectedIBM1363, sizeof(expectedIBM1363), in TestConvertFallBackWithBufferSizes()
667 if(!testConvertToUnicode(test1input, sizeof(test1input), in TestConvertFallBackWithBufferSizes()
[all …]
Dncnvfbts.h27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e…
Dnccbtst.h55 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle…