Home
last modified time | relevance | path

Searched refs:ucnv_setSubstChars (Results 1 – 11 of 11) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducnv.h634 ucnv_setSubstChars(UConverter *converter,
Durename.h684 #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h634 ucnv_setSubstChars(UConverter *converter,
Durename.h684 #define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) macro
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c2680 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertFromUnicode()
2884 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertToUnicode()
3071 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertFromUnicodeWithContext()
3257 ucnv_setSubstChars(conv, mySubChar, len, &status); in testConvertToUnicodeWithContext()
Dccapitst.c615 ucnv_setSubstChars(myConverter, myptr, ii, &err); in TestConvert()
642 ucnv_setSubstChars(myConverter, myptr, 0, &err); in TestConvert()
648 ucnv_setSubstChars(myConverter, myptr, ii, &err); in TestConvert()
657 ucnv_setSubstChars(myConverter, myptr, ii, &err); in TestConvert()
Dnucnvtst.c4900 ucnv_setSubstChars (cnv2,new_subchars, len, &errorCode); in TestLMBCS()
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp1600 ucnv_setSubstChars(cnv, cc.subchar, (int8_t)length, &errorCode); in FromUnicodeCase()
/external/icu/icu4c/source/common/
Ducnv.cpp444 ucnv_setSubstChars (UConverter * converter, in ucnv_setSubstChars() function
/external/icu/icu4c/source/test/testdata/
Dconversion.txt35 "In order to specify a charset substitution character (for ucnv_setSubstChars()),\n"
/external/icu/libandroidicu/static_shim/
Dshim.cpp1073 ucnv_setSubstChars(converter, subChars, len, err); in ucnv_setSubstChars_android()