Searched refs:gShortZoneIdTrie (Results 1 – 1 of 1) sorted by relevance
147 static TextTrieMap *gShortZoneIdTrie = NULL; variable164 if (gShortZoneIdTrie != NULL) { in tzfmt_cleanup()165 delete gShortZoneIdTrie; in tzfmt_cleanup()167 gShortZoneIdTrie = NULL; in tzfmt_cleanup()2818 U_ASSERT(gShortZoneIdTrie == NULL); in initShortZoneIdTrie()2822 …gShortZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by Zon… in initShortZoneIdTrie()2823 if (gShortZoneIdTrie == NULL) { in initShortZoneIdTrie()2831 gShortZoneIdTrie->put(shortID, const_cast<UChar *>(uID), status); in initShortZoneIdTrie()2851 gShortZoneIdTrie->search(text, start, handler.getAlias(), status); in parseShortZoneID()