Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducnv.h1999 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status);
Durename.h627 #define ucnv_fromUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_fromUCountPending) macro
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3217 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3252 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3263 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3278 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
/external/icu/icu4c/source/common/
Ducnv.c2852 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status) in ucnv_fromUCountPending() function