/external/chromium_org/third_party/icu/source/i18n/ |
zonemeta.h | 28 class U_I18N_API ZoneMeta { 110 ZoneMeta(); // Prevent construction.
|
zonemeta.cpp | 12 #include "zonemeta.h" 233 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) { 350 const UChar* key = ZoneMeta::findTimeZoneID(tzid); 373 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) { 384 ZoneMeta::getCanonicalCLDRID(const TimeZone& tz) { 418 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary /* = NULL */) { 521 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) { 554 ZoneMeta::getMetazoneMappings(const UnicodeString &tzid) { 622 ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) { 713 ZoneMeta::getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString ®ion, UnicodeString &result (…) [all...] |
tzgnames.cpp | 29 #include "zonemeta.h" 435 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); 787 key.tzID = ZoneMeta::findTimeZoneID(tzCanonicalID); 788 key.mzID = ZoneMeta::findMetaZoneID(mzID); 799 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode) [all...] |
tznames_impl.cpp | 26 #include "zonemeta.h" 921 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz); 992 const UVector* mzIDs = ZoneMeta::getAvailableMetazoneIDs(); 1004 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID); 1035 ZoneMeta::getMetazoneID(tzID, date, mzID); 1041 ZoneMeta::getZoneIdByMetazone(mzID, UnicodeString(region, -1, US_INV), tzID); [all...] |
tzfmt.cpp | 27 #include "zonemeta.h" 668 const UChar* shortID = ZoneMeta::getShortID(tz); [all...] |
timezone.cpp | 87 #include "zonemeta.h" 590 ZoneMeta::getCanonicalCLDRID(id, canonicalID, ec); [all...] |
olsontz.cpp | 27 #include "zonemeta.h" 255 canonicalID = ZoneMeta::getCanonicalCLDRID(tzid, ec); [all...] |
/external/icu/icu4c/source/i18n/ |
zonemeta.h | 28 class U_I18N_API ZoneMeta { 110 ZoneMeta(); // Prevent construction.
|
zonemeta.cpp | 12 #include "zonemeta.h" 235 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UErrorCode& status) { 348 const UChar* key = ZoneMeta::findTimeZoneID(tzid); 371 ZoneMeta::getCanonicalCLDRID(const UnicodeString &tzid, UnicodeString &systemID, UErrorCode& status) { 382 ZoneMeta::getCanonicalCLDRID(const TimeZone& tz) { 416 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary /* = NULL */) { 519 ZoneMeta::getMetazoneID(const UnicodeString &tzid, UDate date, UnicodeString &result) { 552 ZoneMeta::getMetazoneMappings(const UnicodeString &tzid) { 620 ZoneMeta::createMetazoneMappings(const UnicodeString &tzid) { 711 ZoneMeta::getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString ®ion, UnicodeString &result (…) [all...] |
tzgnames.cpp | 29 #include "zonemeta.h" 435 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); 787 key.tzID = ZoneMeta::findTimeZoneID(tzCanonicalID); 788 key.mzID = ZoneMeta::findMetaZoneID(mzID); 799 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode) [all...] |
tznames_impl.cpp | 26 #include "zonemeta.h" 921 const UChar *tzID = ZoneMeta::getCanonicalCLDRID(*tz); 992 const UVector* mzIDs = ZoneMeta::getAvailableMetazoneIDs(); 1004 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID); 1035 ZoneMeta::getMetazoneID(tzID, date, mzID); 1041 ZoneMeta::getZoneIdByMetazone(mzID, UnicodeString(region, -1, US_INV), tzID); [all...] |
tzfmt.cpp | 27 #include "zonemeta.h" 668 const UChar* shortID = ZoneMeta::getShortID(tz); [all...] |
timezone.cpp | 87 #include "zonemeta.h" 590 ZoneMeta::getCanonicalCLDRID(id, canonicalID, ec); [all...] |
olsontz.cpp | 27 #include "zonemeta.h" 255 canonicalID = ZoneMeta::getCanonicalCLDRID(tzid, ec); [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
timezone.h | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzfmttst.cpp | 24 #include "zonemeta.h" 446 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid); [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzfmttst.cpp | 24 #include "zonemeta.h" 446 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |