Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_bld.cpp1101 UEnumeration *allConvEnum = ucnv_openAllNames(&errCode); in initAvailableConvertersList() local
1102 int32_t allConverterCount = uenum_count(allConvEnum, &errCode); in initAvailableConvertersList()
1123 const char *converterName = uenum_next(allConvEnum, NULL, &localStatus); in initAvailableConvertersList()
1129 uenum_close(allConvEnum); in initAvailableConvertersList()