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

  /external/chromium/third_party/icu/source/common/
locutil.cpp 23 static U_NAMESPACE_QUALIFIER Hashtable * LocaleUtility_cache = NULL;
38 if (LocaleUtility_cache) {
39 delete LocaleUtility_cache;
40 LocaleUtility_cache = NULL;
186 // LocaleUtility_cache is a hash-of-hashes. The top-level keys
196 cache = LocaleUtility_cache;
205 Hashtable* h; // set this to final LocaleUtility_cache value
207 h = LocaleUtility_cache;
209 LocaleUtility_cache = h = cache;
  /external/icu4c/common/
locutil.cpp 23 static U_NAMESPACE_QUALIFIER Hashtable * LocaleUtility_cache = NULL;
38 if (LocaleUtility_cache) {
39 delete LocaleUtility_cache;
40 LocaleUtility_cache = NULL;
186 // LocaleUtility_cache is a hash-of-hashes. The top-level keys
196 cache = LocaleUtility_cache;
205 Hashtable* h; // set this to final LocaleUtility_cache value
207 h = LocaleUtility_cache;
209 LocaleUtility_cache = h = cache;

Completed in 26 milliseconds