Searched refs:tempKey (Results 1 – 2 of 2) sorted by relevance
284 const char *tempKey = NULL; in initAvailableLocaleList() local285 ures_getNextString(&installed, NULL, &tempKey, &status); in initAvailableLocaleList()286 availableLocaleList[i++] = Locale(tempKey); in initAvailableLocaleList()
241 const char *tempKey = NULL; in initAvailableLocaleList() local242 ures_getNextString(&installed, NULL, &tempKey, &status); in initAvailableLocaleList()243 availableLocaleList[i++] = Locale(tempKey); in initAvailableLocaleList()