Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnv_bld.c1043 uint16_t allConverterCount; in haveAvailableConverterList() local
1049 allConverterCount = uenum_count(allConvEnum, pErrorCode); in haveAvailableConverterList()
1055 localConverterList = (const char **) uprv_malloc(allConverterCount * sizeof(char*)); in haveAvailableConverterList()
1067 for (idx = 0; idx < allConverterCount; idx++) { in haveAvailableConverterList()