Searched refs:getShortID (Results 1 – 7 of 7) sorted by relevance
99 static const UChar* U_EXPORT2 getShortID(const TimeZone& tz);107 static const UChar* U_EXPORT2 getShortID(const UnicodeString& id);
883 ZoneMeta::getShortID(const TimeZone& tz) { in getShortID() function in ZoneMeta897 ZoneMeta::getShortID(const UnicodeString& id) { in getShortID() function in ZoneMeta
674 const UChar* shortID = ZoneMeta::getShortID(tz); in format()2800 const UChar* shortID = ZoneMeta::getShortID(*id); in initShortZoneIdTrie()
838 public static String getShortID(TimeZone tz) { in getShortID() method in ZoneMeta857 public static String getShortID(String id) { in getShortID() method in ZoneMeta
392 String shortZoneID = ZoneMeta.getShortID(id); in TestTimeRoundTrip()
909 result = ZoneMeta.getShortID(tz); in format()3043 String shortID = ZoneMeta.getShortID(id);
481 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid); in run()