OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocaleUtility_cache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
locutil.cpp
21
static U_NAMESPACE_QUALIFIER 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/icu4c/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 116 milliseconds