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

/external/icu4c/common/
H A Dlocutil.cpp21 static U_NAMESPACE_QUALIFIER 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 64 milliseconds