Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp141 static TextTrieMap *gShortZoneIdTrie = NULL; variable
158 if (gShortZoneIdTrie != NULL) { in tzfmt_cleanup()
159 delete gShortZoneIdTrie; in tzfmt_cleanup()
161 gShortZoneIdTrie = NULL; in tzfmt_cleanup()
2692 U_ASSERT(gShortZoneIdTrie == NULL); in initShortZoneIdTrie()
2696gShortZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by Zon… in initShortZoneIdTrie()
2697 if (gShortZoneIdTrie == NULL) { in initShortZoneIdTrie()
2705 gShortZoneIdTrie->put(shortID, const_cast<UChar *>(uID), status); in initShortZoneIdTrie()
2725 gShortZoneIdTrie->search(text, start, handler.getAlias(), status); in parseShortZoneID()