Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Ducnv.h1723 ucnv_openAllNames(UErrorCode *pErrorCode);
Durename.h672 #define ucnv_openAllNames U_ICU_ENTRY_POINT_RENAME(ucnv_openAllNames) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1723 ucnv_openAllNames(UErrorCode *pErrorCode);
Durename.h672 #define ucnv_openAllNames U_ICU_ENTRY_POINT_RENAME(ucnv_openAllNames) macro
/external/icu/icu4c/source/common/
Ducnv_io.cpp1064 ucnv_openAllNames(UErrorCode *pErrorCode) { in ucnv_openAllNames() function
Ducnv_bld.cpp1108 UEnumeration *allConvEnum = ucnv_openAllNames(&errCode); in initAvailableConvertersList()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c131 allNamesEnum = ucnv_openAllNames(&err); in ListNames()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1037 return ucnv_openAllNames(pErrorCode); in ucnv_openAllNames_android()