Home | History | Annotate | Download | only in i18n

Lines Matching refs:ZoneMeta

27 #include "zonemeta.h"
668 const UChar* shortID = ZoneMeta::getShortID(tz);
1261 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
1281 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
1319 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
2564 return ZoneMeta::createCustomTimeZone(offset);
2647 gZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta
2655 const UChar* uid = ZoneMeta::findTimeZoneID(*id);
2696 gShortZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta
2702 const UChar* uID = ZoneMeta::findTimeZoneID(*id);
2703 const UChar* shortID = ZoneMeta::getShortID(*id);