Home
last modified time | relevance | path

Searched refs:getShortID (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dzonemeta.h99 static const UChar* U_EXPORT2 getShortID(const TimeZone& tz);
107 static const UChar* U_EXPORT2 getShortID(const UnicodeString& id);
Dzonemeta.cpp885 ZoneMeta::getShortID(const TimeZone& tz) { in getShortID() function in ZoneMeta
899 ZoneMeta::getShortID(const UnicodeString& id) { in getShortID() function in ZoneMeta
Dtzfmt.cpp668 const UChar* shortID = ZoneMeta::getShortID(tz); in format()
2703 const UChar* shortID = ZoneMeta::getShortID(*id); in initShortZoneIdTrie()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp446 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid); in run()