Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Ducnv.h1717 ucnv_openAllNames(UErrorCode *pErrorCode);
Durename.h666 #define ucnv_openAllNames U_ICU_ENTRY_POINT_RENAME(ucnv_openAllNames) macro
/external/icu/icu4c/source/common/
Ducnv_io.cpp1055 ucnv_openAllNames(UErrorCode *pErrorCode) { in ucnv_openAllNames() function
Ducnv_bld.cpp1101 UEnumeration *allConvEnum = ucnv_openAllNames(&errCode); in initAvailableConvertersList()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c128 allNamesEnum = ucnv_openAllNames(&err); in ListNames()