Home | History | Annotate | Download | only in i18n

Lines Matching refs:ZoneMeta

27 #include "zonemeta.h"
728 const UChar* shortID = ZoneMeta::getShortID(tz);
1249 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
1269 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
1313 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
2558 return ZoneMeta::createCustomTimeZone(offset);
2647 TextTrieMap* trie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta
2651 const UChar* uid = ZoneMeta::findTimeZoneID(*id);
2703 TextTrieMap* trie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta
2707 const UChar* uID = ZoneMeta::findTimeZoneID(*id);
2708 const UChar* shortID = ZoneMeta::getShortID(*id);