Home
last modified time | relevance | path

Searched refs:getReferenceZoneID (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java252 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID() method in TimeZoneNames
542 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneNames.DefaultTimeZoneNames
DTimeZoneFormat.java1830 id = _tznames.getReferenceZoneID(mzID, getTargetRegion());
/external/icu/icu4c/source/i18n/
Dtznames.cpp112 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
262 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeStr… in getReferenceZoneID() function in TimeZoneNamesDelegate
263 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID); in getReferenceZoneID()
Dtznames_impl.h178 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
229 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
Dtzgnames.cpp727 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID); in formatGenericNonLocationName()
811 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden); in getPartialLocationName()
895 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID); in loadStrings()
943 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID); in findBestMatch()
Dtznames_impl.cpp1088 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID() function in TimeZoneNamesImpl
1905 TZDBTimeZoneNames::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID() function in TZDBTimeZoneNames
Dtzfmt.cpp2686 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzID); in getTimeZoneID()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java406 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in formatGenericNonLocationName()
495 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in loadStrings()
552 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode); in getPartialLocationName()
808 tzID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in createGenericMatchInfo()
DTZDBTimeZoneNames.java88 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TZDBTimeZoneNames
DTimeZoneNamesImpl.java137 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneNamesImpl
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h229 …virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeSt…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatTests.java2252 String refza = tzna.getReferenceZoneID(mzID, region); in hasSameBehavior()
2253 String refzb = tznb.getReferenceZoneID(mzID, region); in hasSameBehavior()