Searched refs:allConvEnum (Results 1 – 2 of 2) sorted by relevance
1111 UEnumeration *allConvEnum = NULL; in haveAvailableConverterList() local1119 allConvEnum = ucnv_openAllNames(pErrorCode); in haveAvailableConverterList()1120 allConverterCount = uenum_count(allConvEnum, pErrorCode); in haveAvailableConverterList()1140 converterName = uenum_next(allConvEnum, NULL, &localStatus); in haveAvailableConverterList()1145 uenum_close(allConvEnum); in haveAvailableConverterList()
1123 UEnumeration *allConvEnum = ucnv_openAllNames(&errCode); in initAvailableConvertersList() local1124 int32_t allConverterCount = uenum_count(allConvEnum, &errCode); in initAvailableConvertersList()1145 const char *converterName = uenum_next(allConvEnum, NULL, &localStatus); in initAvailableConvertersList()1151 uenum_close(allConvEnum); in initAvailableConvertersList()