Searched refs:ucnv_getSubstChars (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 599 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert() 617 ucnv_getSubstChars(myConverter,save, &ii, &err); in TestConvert() 631 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert() 637 ucnv_getSubstChars(myConverter, myptr, &ii, &err); in TestConvert() 647 ucnv_getSubstChars(myConverter, save, &ii, &err); in TestConvert() 656 ucnv_getSubstChars(myConverter, save, &ii, &err); in TestConvert() 3557 ucnv_getSubstChars(cnv, buffer, &len8, &errorCode); in TestSubstString() 3577 ucnv_getSubstChars(cnv, buffer, &len8, &errorCode); in TestSubstString()
|
D | nucnvtst.c | 4878 ucnv_getSubstChars (cnv1, get_subchars, &len, &errorCode); in TestLMBCS() 4892 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode); in TestLMBCS()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 608 ucnv_getSubstChars(const UConverter *converter,
|
D | urename.h | 652 #define ucnv_getSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_getSubstChars) macro
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 427 ucnv_getSubstChars (const UConverter * converter, in ucnv_getSubstChars() function
|