Home
last modified time | relevance | path

Searched refs:ucnv_getSubstChars (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccapitst.c602 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert()
620 ucnv_getSubstChars(myConverter,save, &ii, &err); in TestConvert()
634 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert()
640 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert()
650 ucnv_getSubstChars(myConverter, save, &ii, &err); in TestConvert()
659 ucnv_getSubstChars(myConverter, save, &ii, &err); in TestConvert()
3580 ucnv_getSubstChars(cnv, buffer, &len8, &errorCode); in TestSubstString()
3600 ucnv_getSubstChars(cnv, buffer, &len8, &errorCode); in TestSubstString()
Dnucnvtst.c4890 ucnv_getSubstChars (cnv1, get_subchars, &len, &errorCode); in TestLMBCS()
4904 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode); in TestLMBCS()
/external/icu/libandroidicu/include/unicode/
Ducnv.h609 ucnv_getSubstChars(const UConverter *converter,
Durename.h658 #define ucnv_getSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_getSubstChars) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h609 ucnv_getSubstChars(const UConverter *converter,
Durename.h658 #define ucnv_getSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_getSubstChars) macro
/external/icu/icu4c/source/common/
Ducnv.cpp419 ucnv_getSubstChars (const UConverter * converter, in ucnv_getSubstChars() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1016 ucnv_getSubstChars(converter, subChars, len, err); in ucnv_getSubstChars_android()