Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp143 static TextTrieMap *gShortZoneIdTrie = NULL; variable
160 if (gShortZoneIdTrie != NULL) { in tzfmt_cleanup()
161 delete gShortZoneIdTrie; in tzfmt_cleanup()
163 gShortZoneIdTrie = NULL; in tzfmt_cleanup()
2791 U_ASSERT(gShortZoneIdTrie == NULL); in initShortZoneIdTrie()
2795gShortZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by Zon… in initShortZoneIdTrie()
2796 if (gShortZoneIdTrie == NULL) { in initShortZoneIdTrie()
2804 gShortZoneIdTrie->put(shortID, const_cast<UChar *>(uID), status); in initShortZoneIdTrie()
2824 gShortZoneIdTrie->search(text, start, handler.getAlias(), status); in parseShortZoneID()