Home
last modified time | relevance | path

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

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java253 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID() method in TimeZoneNames
574 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneNames.DefaultTimeZoneNames
DTimeZoneFormat.java1833 id = _tznames.getReferenceZoneID(mzID, getTargetRegion());
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneNames.java228 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID() method in TimeZoneNames
544 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneNames.DefaultTimeZoneNames
DTimeZoneFormat.java1763 id = _tznames.getReferenceZoneID(mzID, getTargetRegion());
/external/icu/libicu/cts_headers/
Dtznames_impl.h183 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
245 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
/external/icu/icu4c/source/i18n/
Dtznames_impl.h183 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
245 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
Dtznames.cpp114 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
267 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeStr… in getReferenceZoneID() function in TimeZoneNamesDelegate
268 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID); in getReferenceZoneID()
Dtzgnames.cpp710 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID); in formatGenericNonLocationName()
794 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden); in getPartialLocationName()
872 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID); in loadStrings()
920 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID); in findBestMatch()
Dtznames_impl.cpp1193 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID() function in TimeZoneNamesImpl
2189 TZDBTimeZoneNames::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID() function in TZDBTimeZoneNames
Dtzfmt.cpp2720 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()
820 tzID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in createGenericMatchInfo()
DTZDBTimeZoneNames.java90 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TZDBTimeZoneNames
DTimeZoneNamesImpl.java141 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneNamesImpl
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java410 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in formatGenericNonLocationName()
499 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in loadStrings()
556 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode); in getPartialLocationName()
825 tzID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in createGenericMatchInfo()
DTZDBTimeZoneNames.java92 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TZDBTimeZoneNames
DTimeZoneNamesImpl.java143 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneNamesImpl
/external/icu/libicu/cts_headers/unicode/
Dtznames.h231 …virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeSt…
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h231 …virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeSt…
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/text/
DExtendedTimeZoneNames.java209 String timeZoneId = timeZoneNames.getReferenceZoneID(matchInfo.mzID(), region); in matchName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1213 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneFormatTest.TimeZoneNamesInheriter
1248 tzn.getReferenceZoneID("America_Central", "IT"), null); in TestDefaultTimeZoneNames()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java2404 String refza = tzna.getReferenceZoneID(mzID, region); in hasSameBehavior()
2405 String refzb = tznb.getReferenceZoneID(mzID, region); in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java2407 String refza = tzna.getReferenceZoneID(mzID, region); in hasSameBehavior()
2408 String refzb = tznb.getReferenceZoneID(mzID, region); in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1210 public String getReferenceZoneID(String mzID, String region) { in getReferenceZoneID() method in TimeZoneFormatTest.TimeZoneNamesInheriter
1245 tzn.getReferenceZoneID("America_Central", "IT"), null); in TestDefaultTimeZoneNames()
/external/icu/android_icu4j/api/public/
Dcurrent.txt3595 method public abstract String getReferenceZoneID(String, String);
/external/icu/icu4j/tools/build/
Dicu4j60.api3.gz

12