Searched refs:getShortID (Results 1 – 10 of 10) sorted by relevance
101 static const UChar* U_EXPORT2 getShortID(const TimeZone& tz);109 static const UChar* U_EXPORT2 getShortID(const UnicodeString& id);
885 ZoneMeta::getShortID(const TimeZone& tz) { in getShortID() function in ZoneMeta899 ZoneMeta::getShortID(const UnicodeString& id) { in getShortID() function in ZoneMeta
676 const UChar* shortID = ZoneMeta::getShortID(tz); in format()2802 const UChar* shortID = ZoneMeta::getShortID(*id); in initShortZoneIdTrie()
840 public static String getShortID(TimeZone tz) { in getShortID() method in ZoneMeta861 public static String getShortID(String id) { in getShortID() method in ZoneMeta
841 public static String getShortID(TimeZone tz) { in getShortID() method in ZoneMeta862 public static String getShortID(String id) { in getShortID() method in ZoneMeta
854 result = ZoneMeta.getShortID(tz); in format()2975 String shortID = ZoneMeta.getShortID(id);
911 result = ZoneMeta.getShortID(tz); in format()3045 String shortID = ZoneMeta.getShortID(id);
583 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid); in RunTimeRoundTripTests()
401 String shortZoneID = ZoneMeta.getShortID(id); in TestTimeRoundTrip()
402 String shortZoneID = ZoneMeta.getShortID(id); in TestTimeRoundTrip()