Searched refs:gShortZoneIdTrie (Results 1 – 1 of 1) sorted by relevance
141 static TextTrieMap *gShortZoneIdTrie = NULL; variable158 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()2696 …gShortZoneIdTrie = 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()