Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dstdnmtst.c173 UEnumeration *myEnum = ucnv_openStandardNames(name, standard, &err); in doTestNames()
225 UEnumeration *myEnum = ucnv_openStandardNames(name, standard, &err); in doTestUCharNames()
/external/icu/libandroidicu/include/unicode/
Ducnv.h1793 ucnv_openStandardNames(const char *convName,
Durename.h675 #define ucnv_openStandardNames U_ICU_ENTRY_POINT_RENAME(ucnv_openStandardNames) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1793 ucnv_openStandardNames(const char *convName,
Durename.h675 #define ucnv_openStandardNames U_ICU_ENTRY_POINT_RENAME(ucnv_openStandardNames) macro
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp322 UEnumeration *nameEnum = ucnv_openStandardNames(name, stds[s], &err); in printConverters()
/external/icu/icu4c/source/common/
Ducnv_io.cpp835 ucnv_openStandardNames(const char *convName, in ucnv_openStandardNames() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1046 return ucnv_openStandardNames(convName, standard, pErrorCode); in ucnv_openStandardNames_android()