Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dcoll.cpp284 const char *tempKey = NULL; in initAvailableLocaleList() local
285 ures_getNextString(&installed, NULL, &tempKey, &status); in initAvailableLocaleList()
286 availableLocaleList[i++] = Locale(tempKey); in initAvailableLocaleList()
/external/icu/icu4c/source/i18n/
Dcoll.cpp241 const char *tempKey = NULL; in initAvailableLocaleList() local
242 ures_getNextString(&installed, NULL, &tempKey, &status); in initAvailableLocaleList()
243 availableLocaleList[i++] = Locale(tempKey); in initAvailableLocaleList()