Home
last modified time | relevance | path

Searched refs:icuid (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DLocaleNameTest.java40 StringBuffer icuid = new StringBuffer(); in TestLanguageNames()
53 icuid.setLength(0); in TestLanguageNames()
54 icuid.append(forLocale.getLanguage()); in TestLanguageNames()
58 icuid.append("_"); in TestLanguageNames()
59 icuid.append(country); in TestLanguageNames()
63 icuid.append("_"); in TestLanguageNames()
65 icuid.append("_"); in TestLanguageNames()
66 icuid.append(variant); in TestLanguageNames()
68 ULocale forULocale = new ULocale(icuid.toString()); in TestLanguageNames()
/third_party/node/deps/icu-small/source/i18n/
H A Dwintzimpl.cpp120 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const char16_t *icuid, int32_t length) { in getWindowsTimeZoneInfo() argument
122 UnicodeString id = UnicodeString(icuid, length); in getWindowsTimeZoneInfo()
148 * Given the timezone icuid, fill in zoneInfo by calling auxiliary functions that creates a timezone and extract the
152 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const char16_t *icuid, int32_t length) in uprv_getWindowsTimeZoneInfo() argument
154 if (getWindowsTimeZoneInfo(zoneInfo, icuid, length)) { in uprv_getWindowsTimeZoneInfo()
H A Dwindtfmt.cpp385 UnicodeString icuid; in setTimeZoneInfo() local
387 zone.getID(icuid); in setTimeZoneInfo()
388 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) { in setTimeZoneInfo()
390 int32_t ec = TimeZone::countEquivalentIDs(icuid); in setTimeZoneInfo()
393 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); in setTimeZoneInfo()
H A Dwintzimpl.h34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
/third_party/icu/icu4c/source/i18n/
H A Dwintzimpl.cpp120 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) { in getWindowsTimeZoneInfo() argument
122 UnicodeString id = UnicodeString(icuid, length); in getWindowsTimeZoneInfo()
148 * Given the timezone icuid, fill in zoneInfo by calling auxiliary functions that creates a timezone and extract the
152 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) in uprv_getWindowsTimeZoneInfo() argument
154 if (getWindowsTimeZoneInfo(zoneInfo, icuid, length)) { in uprv_getWindowsTimeZoneInfo()
H A Dwindtfmt.cpp384 UnicodeString icuid; in setTimeZoneInfo() local
386 zone.getID(icuid); in setTimeZoneInfo()
387 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) { in setTimeZoneInfo()
389 int32_t ec = TimeZone::countEquivalentIDs(icuid); in setTimeZoneInfo()
392 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); in setTimeZoneInfo()
H A Dwintzimpl.h34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwintzimpl.cpp120 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) { in getWindowsTimeZoneInfo() argument
122 UnicodeString id = UnicodeString(icuid, length); in getWindowsTimeZoneInfo()
148 * Given the timezone icuid, fill in zoneInfo by calling auxiliary functions that creates a timezone and extract the
152 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) in uprv_getWindowsTimeZoneInfo() argument
154 if (getWindowsTimeZoneInfo(zoneInfo, icuid, length)) { in uprv_getWindowsTimeZoneInfo()
H A Dwindtfmt.cpp379 UnicodeString icuid; in setTimeZoneInfo() local
381 zone.getID(icuid); in setTimeZoneInfo()
382 if (! uprv_getWindowsTimeZoneInfo(tzi, icuid.getBuffer(), icuid.length())) { in setTimeZoneInfo()
384 int32_t ec = TimeZone::countEquivalentIDs(icuid); in setTimeZoneInfo()
387 UnicodeString equiv = TimeZone::getEquivalentID(icuid, z); in setTimeZoneInfo()
H A Dwintzimpl.h34 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);

Completed in 6 milliseconds