Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp138 static TextTrieMap *gZoneIdTrie = NULL; variable
152 if (gZoneIdTrie != NULL) { in tzfmt_cleanup()
153 delete gZoneIdTrie; in tzfmt_cleanup()
155 gZoneIdTrie = NULL; in tzfmt_cleanup()
2742 U_ASSERT(gZoneIdTrie == NULL); in initZoneIdTrie()
2744gZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta in initZoneIdTrie()
2745 if (gZoneIdTrie == NULL) { in initZoneIdTrie()
2754 gZoneIdTrie->put(uid, const_cast<UChar *>(uid), status); in initZoneIdTrie()
2772 gZoneIdTrie->search(text, start, handler.getAlias(), status); in parseZoneID()