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

  /external/chromium_org/third_party/icu/source/common/
locutil.cpp 21 static icu::Hashtable * LocaleUtility_cache = NULL;
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/
locutil.cpp 21 static icu::Hashtable * LocaleUtility_cache = NULL;
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 503 milliseconds