Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Ducnv.h2005 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status);
Durename.h633 #define ucnv_fromUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_fromUCountPending) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h2005 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status);
Durename.h633 #define ucnv_fromUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_fromUCountPending) macro
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3240 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3275 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3286 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
3301 len = ucnv_fromUCountPending(cnv, &status); in TestFromUCountPending()
/external/icu/icu4c/source/common/
Ducnv.cpp2836 ucnv_fromUCountPending(const UConverter* cnv, UErrorCode* status) in ucnv_fromUCountPending() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp956 return ucnv_fromUCountPending(cnv, status); in ucnv_fromUCountPending_android()