Searched refs:ZoneMeta (Results 1 - 25 of 28) sorted by relevance

12

/external/icu/icu4c/source/i18n/
H A Dzonemeta.h28 class U_I18N_API ZoneMeta { class
110 ZoneMeta(); // Prevent construction.
H A Dzonemeta.cpp233 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) {
346 const UChar* key = ZoneMeta::findTimeZoneID(tzid);
369 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) {
380 ZoneMeta::getCanonicalCLDRID(const TimeZone& tz) {
414 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary /* = NULL */) {
517 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) {
550 ZoneMeta::getMetazoneMappings(const UnicodeString &tzid) {
618 ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) {
709 ZoneMeta::getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result) {
816 ZoneMeta
[all...]
H A Dtzgnames.cpp435 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
468 const UChar* tzCanonicalID = ZoneMeta::getCanonicalCLDRID(tz);
478 const UChar* tzCanonicalID = ZoneMeta::getCanonicalCLDRID(tz);
545 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode, &isPrimary);
589 const UChar* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID);
618 const UChar* uID = ZoneMeta::getCanonicalCLDRID(tz);
791 key.tzID = ZoneMeta::findTimeZoneID(tzCanonicalID);
792 key.mzID = ZoneMeta::findMetaZoneID(mzID);
803 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode);
H A Dtznames_impl.cpp951 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz);
1028 const UVector* mzIDs = ZoneMeta::getAvailableMetazoneIDs();
1046 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID);
1083 ZoneMeta::getMetazoneID(tzID, date, mzID);
1095 ZoneMeta::getZoneIdByMetazone(mzID, UnicodeString(region, -1, US_INV), tzID);
1222 const UChar* newKey = ZoneMeta::findMetaZoneID(mzID);
1300 const UChar* newKey = ZoneMeta::findTimeZoneID(tzID);
1808 const UChar *uMzID = ZoneMeta::findMetaZoneID(*mzID);
1985 const UChar* newKey = ZoneMeta::findMetaZoneID(mzID);
H A Dtzfmt.cpp674 const UChar* shortID = ZoneMeta::getShortID(tz);
1335 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
1355 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
1415 const UChar* canonicalID = ZoneMeta::getCanonicalCLDRID(tz);
2661 return ZoneMeta::createCustomTimeZone(offset);
2744 gZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta
2752 const UChar* uid = ZoneMeta::findTimeZoneID(*id);
2793 gShortZoneIdTrie = new TextTrieMap(TRUE, NULL); // No deleter, because values are pooled by ZoneMeta
2799 const UChar* uID = ZoneMeta::findTimeZoneID(*id);
2800 const UChar* shortID = ZoneMeta
[all...]
H A Dtimezone.cpp612 ZoneMeta::getCanonicalCLDRID(id, canonicalID, ec);
1048 // These methods are used by ZoneMeta class only.
1270 UnicodeString canonicalID(ZoneMeta::getCanonicalCLDRID(*this));
1538 ZoneMeta::getCanonicalCLDRID(id, canonicalID, status);
H A Dolsontz.cpp255 canonicalID = ZoneMeta::getCanonicalCLDRID(tzid, ec);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeZone.java23 import android.icu.impl.ZoneMeta;
538 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date);
702 result = ZoneMeta.getSystemTimeZone(ID);
706 result = ZoneMeta.getCustomTimeZone(ID);
754 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset);
815 return ZoneMeta.countEquivalentIDs(id);
837 return ZoneMeta.getEquivalentID(id, index);
1027 canonicalID = ZoneMeta.getCanonicalCLDRID(id);
1031 canonicalID = ZoneMeta.getCustomID(id);
1059 region = ZoneMeta
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeZone.java22 import com.ibm.icu.impl.ZoneMeta;
597 result = tznames.getDisplayName(ZoneMeta.getCanonicalCLDRID(this), nameType, date);
768 result = ZoneMeta.getSystemTimeZone(ID);
772 result = ZoneMeta.getCustomTimeZone(ID);
822 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset);
890 return ZoneMeta.countEquivalentIDs(id);
913 return ZoneMeta.getEquivalentID(id, index);
1111 canonicalID = ZoneMeta.getCanonicalCLDRID(id);
1115 canonicalID = ZoneMeta.getCustomID(id);
1145 region = ZoneMeta
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneGenericNames.java159 String tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
200 tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
209 tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
239 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary);
328 String tzID = ZoneMeta.getCanonicalCLDRID(tz);
551 String countryCode = ZoneMeta.getCanonicalCountry(tzID);
H A DOlsonTimeZone.java640 UResourceBundle res = ZoneMeta.openOlsonResource(top, id);
1245 UResourceBundle res = ZoneMeta.openOlsonResource(top, tzid);
H A DZoneMeta.java43 public final class ZoneMeta { class
H A DTimeZoneNamesImpl.java413 String tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java157 String tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
198 tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
207 tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
237 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary);
326 String tzID = ZoneMeta.getCanonicalCLDRID(tz);
549 String countryCode = ZoneMeta.getCanonicalCountry(tzID);
H A DOlsonTimeZone.java638 UResourceBundle res = ZoneMeta.openOlsonResource(top, id);
1243 UResourceBundle res = ZoneMeta.openOlsonResource(top, tzid);
H A DZoneMeta.java42 public final class ZoneMeta { class
H A DTimeZoneNamesImpl.java411 String tzCanonicalID = ZoneMeta.getCanonicalCLDRID(tz);
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h853 friend class ZoneMeta;
860 * returns the pointer to the ID resource. This method is exposed through ZoneMeta class
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java40 import android.icu.impl.ZoneMeta;
831 result = getTimeZoneGenericNames().getGenericLocationName(ZoneMeta.getCanonicalCLDRID(tz));
851 result = ZoneMeta.getShortID(tz);
1713 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
1714 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
1730 String location = getTimeZoneNames().getExemplarLocationName(ZoneMeta.getCanonicalCLDRID(tz));
2112 return ZoneMeta.getCustomTimeZone(offset);
2948 // We many need to handle rule based custom zone ID (See ZoneMeta.parseCustomID),
2972 String shortID = ZoneMeta.getShortID(id);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java39 import com.ibm.icu.impl.ZoneMeta;
888 result = getTimeZoneGenericNames().getGenericLocationName(ZoneMeta.getCanonicalCLDRID(tz));
908 result = ZoneMeta.getShortID(tz);
1783 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
1784 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), stdType, date);
1800 String location = getTimeZoneNames().getExemplarLocationName(ZoneMeta.getCanonicalCLDRID(tz));
2182 return ZoneMeta.getCustomTimeZone(offset);
3018 // We many need to handle rule based custom zone ID (See ZoneMeta.parseCustomID),
3042 String shortID = ZoneMeta.getShortID(id);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTimeZoneFormatTest.java26 import android.icu.impl.ZoneMeta;
399 String shortZoneID = ZoneMeta.getShortID(id);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java25 import com.ibm.icu.impl.ZoneMeta;
395 String shortZoneID = ZoneMeta.getShortID(id);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DIBMCalendarTest.java18 import android.icu.impl.ZoneMeta;
798 * Test the ZoneMeta API.
808 Set<String> a = ZoneMeta.getAvailableIDs(SystemTimeZoneType.ANY, COUNTRY[i][0], null);
839 int n = ZoneMeta.countEquivalentIDs("PST");
844 String id = ZoneMeta.getEquivalentID("PST", i);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java17 import com.ibm.icu.impl.ZoneMeta;
794 * Test the ZoneMeta API.
804 Set<String> a = ZoneMeta.getAvailableIDs(SystemTimeZoneType.ANY, COUNTRY[i][0], null);
835 int n = ZoneMeta.countEquivalentIDs("PST");
840 String id = ZoneMeta.getEquivalentID("PST", i);
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp481 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid);

Completed in 734 milliseconds

12