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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h124 * {@link #getMetaZoneID}, and {@link #getReferenceZoneID} won't be changed no matter
217 virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const = 0;
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h122 * {@link #getMetaZoneID}, and {@link #getReferenceZoneID} won't be changed no matter
215 virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const = 0;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp112 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
262 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const { function in class:TimeZoneNamesDelegate
263 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID);
H A Dtznames_impl.h178 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
H A Dtzgnames.cpp723 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
807 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
891 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
939 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID);
H A Dtznames_impl.cpp1040 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const { function in class:TimeZoneNamesImpl
H A Dtzfmt.cpp2589 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzID);
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp112 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
262 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const { function in class:TimeZoneNamesDelegate
263 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID);
H A Dtznames_impl.h178 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
H A Dtzgnames.cpp723 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
807 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
891 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
939 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID);
H A Dtznames_impl.cpp1040 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const { function in class:TimeZoneNamesImpl
H A Dtzfmt.cpp2589 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, tzID);

Completed in 161 milliseconds