Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dzonemeta.h105 static const char16_t* U_EXPORT2 getShortID(const TimeZone& tz);
113 static const char16_t* U_EXPORT2 getShortID(const UnicodeString& id);
Dzonemeta.cpp876 ZoneMeta::getShortID(const TimeZone& tz) { in getShortID() function in ZoneMeta
890 ZoneMeta::getShortID(const UnicodeString& id) { in getShortID() function in ZoneMeta
Dtzfmt.cpp685 const char16_t* shortID = ZoneMeta::getShortID(tz); in format()
2839 const char16_t* shortID = ZoneMeta::getShortID(*id); in initShortZoneIdTrie()
/third_party/icu/icu4c/source/i18n/
Dzonemeta.h105 static const UChar* U_EXPORT2 getShortID(const TimeZone& tz);
113 static const UChar* U_EXPORT2 getShortID(const UnicodeString& id);
Dzonemeta.cpp876 ZoneMeta::getShortID(const TimeZone& tz) { in getShortID() function in ZoneMeta
890 ZoneMeta::getShortID(const UnicodeString& id) { in getShortID() function in ZoneMeta
Dtzfmt.cpp685 const UChar* shortID = ZoneMeta::getShortID(tz); in format()
2836 const UChar* shortID = ZoneMeta::getShortID(*id); in initShortZoneIdTrie()
/third_party/skia/third_party/externals/icu/source/i18n/
Dzonemeta.h105 static const UChar* U_EXPORT2 getShortID(const TimeZone& tz);
113 static const UChar* U_EXPORT2 getShortID(const UnicodeString& id);
Dzonemeta.cpp890 ZoneMeta::getShortID(const TimeZone& tz) { in getShortID() function in ZoneMeta
904 ZoneMeta::getShortID(const UnicodeString& id) { in getShortID() function in ZoneMeta
Dtzfmt.cpp685 const UChar* shortID = ZoneMeta::getShortID(tz); in format()
2834 const UChar* shortID = ZoneMeta::getShortID(*id); in initShortZoneIdTrie()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DZoneMeta.java841 public static String getShortID(TimeZone tz) { in getShortID() method in ZoneMeta
862 public static String getShortID(String id) { in getShortID() method in ZoneMeta
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DZoneMeta.java840 public static String getShortID(TimeZone tz) { in getShortID() method in ZoneMeta
861 public static String getShortID(String id) { in getShortID() method in ZoneMeta
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java912 result = ZoneMeta.getShortID(tz); in format()
3065 String shortID = ZoneMeta.getShortID(id);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeZoneFormat.java855 result = ZoneMeta.getShortID(tz); in format()
2995 String shortID = ZoneMeta.getShortID(id);
/third_party/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp596 const UChar* shortZoneID = ZoneMeta::getShortID(*tzid); in RunTimeRoundTripTests()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTimeZoneFormatTest.java411 String shortZoneID = ZoneMeta.getShortID(id); in TestTimeRoundTrip()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java408 String shortZoneID = ZoneMeta.getShortID(id); in TestTimeRoundTrip()