Searched refs:ucnv_openStandardNames (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | stdnmtst.c | 173 UEnumeration *myEnum = ucnv_openStandardNames(name, standard, &err); in doTestNames() 225 UEnumeration *myEnum = ucnv_openStandardNames(name, standard, &err); in doTestUCharNames()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucnv.h | 1793 ucnv_openStandardNames(const char *convName,
|
D | urename.h | 675 #define ucnv_openStandardNames U_ICU_ENTRY_POINT_RENAME(ucnv_openStandardNames) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1793 ucnv_openStandardNames(const char *convName,
|
D | urename.h | 675 #define ucnv_openStandardNames U_ICU_ENTRY_POINT_RENAME(ucnv_openStandardNames) macro
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 322 UEnumeration *nameEnum = ucnv_openStandardNames(name, stds[s], &err); in printConverters()
|
/external/icu/icu4c/source/common/ |
D | ucnv_io.cpp | 835 ucnv_openStandardNames(const char *convName, in ucnv_openStandardNames() function
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1046 return ucnv_openStandardNames(convName, standard, pErrorCode); in ucnv_openStandardNames_android()
|