Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp144 static TextTrieMap *gZoneIdTrie = NULL; variable
158 if (gZoneIdTrie != NULL) { in tzfmt_cleanup()
159 delete gZoneIdTrie; in tzfmt_cleanup()
161 gZoneIdTrie = NULL; in tzfmt_cleanup()
2771 U_ASSERT(gZoneIdTrie == NULL); in initZoneIdTrie()
2773gZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta in initZoneIdTrie()
2774 if (gZoneIdTrie == NULL) { in initZoneIdTrie()
2783 gZoneIdTrie->put(uid, const_cast<UChar *>(uid), status); in initZoneIdTrie()
2801 gZoneIdTrie->search(text, start, handler.getAlias(), status); in parseZoneID()