HomeSort by relevance Sort by last modified time
    Searched refs:gDefaultLocalesHashT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
locid.cpp 55 // gDefaultLocaleMutex protects all access to gDefaultLocalesHashT and gDefaultLocale.
57 static UHashtable *gDefaultLocalesHashT = NULL;
114 if (gDefaultLocalesHashT) {
115 uhash_close(gDefaultLocalesHashT); // Automatically deletes all elements, using deleter func.
116 gDefaultLocalesHashT = NULL;
156 if (gDefaultLocalesHashT == NULL) {
157 gDefaultLocalesHashT = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status);
161 uhash_setValueDeleter(gDefaultLocalesHashT, deleteLocale);
165 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
173 uhash_put(gDefaultLocalesHashT, (char*) newDefault->getName(), newDefault, &status)
    [all...]
  /external/icu/icu4c/source/common/
locid.cpp 55 // gDefaultLocaleMutex protects all access to gDefaultLocalesHashT and gDefaultLocale.
57 static UHashtable *gDefaultLocalesHashT = NULL;
114 if (gDefaultLocalesHashT) {
115 uhash_close(gDefaultLocalesHashT); // Automatically deletes all elements, using deleter func.
116 gDefaultLocalesHashT = NULL;
156 if (gDefaultLocalesHashT == NULL) {
157 gDefaultLocalesHashT = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &status);
161 uhash_setValueDeleter(gDefaultLocalesHashT, deleteLocale);
165 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
173 uhash_put(gDefaultLocalesHashT, (char*) newDefault->getName(), newDefault, &status)
    [all...]

Completed in 45 milliseconds