Home
last modified time | relevance | path

Searched refs:gZoneIdTrie (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp147 static TextTrieMap *gZoneIdTrie = NULL; variable
161 if (gZoneIdTrie != NULL) { in tzfmt_cleanup()
162 delete gZoneIdTrie; in tzfmt_cleanup()
164 gZoneIdTrie = NULL; in tzfmt_cleanup()
2776 U_ASSERT(gZoneIdTrie == NULL); in initZoneIdTrie()
2778gZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta in initZoneIdTrie()
2779 if (gZoneIdTrie == NULL) { in initZoneIdTrie()
2788 gZoneIdTrie->put(uid, const_cast<UChar *>(uid), status); in initZoneIdTrie()
2806 gZoneIdTrie->search(text, start, handler.getAlias(), status); in parseZoneID()