OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMetaZoneDisplayName
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
tznames.cpp
120
UnicodeString&
getMetaZoneDisplayName
(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const;
284
TimeZoneNamesDelegate::
getMetaZoneDisplayName
(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const {
285
return fTZnamesCacheEntry->names->
getMetaZoneDisplayName
(mzID, type, name);
341
getMetaZoneDisplayName
(mzID, type, name);
tznames_impl.cpp
1007
TimeZoneNamesImpl::
getMetaZoneDisplayName
(const UnicodeString& mzID,
[
all
...]
Completed in 138 milliseconds