HomeSort by relevance Sort by last modified time
    Searched defs:getTimeZoneDisplayName (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
tznames.cpp 121 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
289 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const {
290 return fTZnamesCacheEntry->names->getTimeZoneDisplayName(tzID, type, name);
337 getTimeZoneDisplayName(tzID, type, name);
tznames_impl.cpp 1034 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const {
    [all...]

Completed in 631 milliseconds