HomeSort by relevance Sort by last modified time
    Searched refs:getReferenceZoneID (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
tznames.h 64 virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const = 0;
tznames.cpp 113 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
238 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const {
239 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID);
tznames_impl.h 175 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
tzgnames.cpp 667 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
751 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
835 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
884 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID);
    [all...]
tzfmt.cpp 223 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, parsedTzID);
tznames_impl.cpp 1092 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const {
    [all...]

Completed in 213 milliseconds