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.h2006 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status);
Durename.h632 #define ucnv_fromUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_fromUCountPending) macro
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3219 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3254 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3265 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3280 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
/external/icu/icu4c/source/common/
Ducnv.c2844 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status) in ucnv_fromUCountPending() function