Searched refs:LocaleUtility_cache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocutil.cpp21 static icu::Hashtable * LocaleUtility_cache = NULL; variable
36 if (LocaleUtility_cache) {
37 delete LocaleUtility_cache;
38 LocaleUtility_cache = NULL;
184 // LocaleUtility_cache is a hash-of-hashes. The top-level keys
194 cache = LocaleUtility_cache;
203 Hashtable* h; // set this to final LocaleUtility_cache value
205 h = LocaleUtility_cache;
207 LocaleUtility_cache = h = cache;
/external/icu/icu4c/source/common/
H A Dlocutil.cpp21 static icu::Hashtable * LocaleUtility_cache = NULL; variable
36 if (LocaleUtility_cache) {
37 delete LocaleUtility_cache;
38 LocaleUtility_cache = NULL;
184 // LocaleUtility_cache is a hash-of-hashes. The top-level keys
194 cache = LocaleUtility_cache;
203 Hashtable* h; // set this to final LocaleUtility_cache value
205 h = LocaleUtility_cache;
207 LocaleUtility_cache = h = cache;

Completed in 685 milliseconds