Home
last modified time | relevance | path

Searched refs:UCAL_DEFAULT (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/icu/icu/source/test/cintltst/
H A Dcdateintervalformattest.c426 UCalendar* ucal1 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
428 UCalendar* ucal2 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
430 UCalendar* ucal3 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
432 UCalendar* ucal4 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
433 UCalendar* ucal5 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
H A Dccaltst.c91 { "ja_JP@calendar=japanese", UCAL_DEFAULT, "japanese" },
93 { "th_TH", UCAL_DEFAULT, "buddhist" },
94 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" },
96 { "fr_CH", UCAL_DEFAULT, "gregorian" },
97 { "fr_SA", UCAL_DEFAULT, "islamic-umalqura" },
98 { "fr_CH@rg=sazzzz", UCAL_DEFAULT, "islamic-umalqura" },
99 { "fr_CH@calendar=japanese;rg=sazzzz", UCAL_DEFAULT, "japanese" },
100 { "fr_TH@rg=SA", UCAL_DEFAULT, "buddhist" }, /* ignore malformed rg tag */
101 { "th@rg=SA", UCAL_DEFAULT, "buddhist" }, /* ignore malformed rg tag */
2003 ucal = ucal_open(tzID, -1, "en_US", UCAL_DEFAULT, &status); in TestAmbiguousWallTime()
[all …]
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcdateintervalformattest.c426 UCalendar* ucal1 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
428 UCalendar* ucal2 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
430 UCalendar* ucal3 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
432 UCalendar* ucal4 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
433 UCalendar* ucal5 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
H A Dccaltst.c91 { "ja_JP@calendar=japanese", UCAL_DEFAULT, "japanese" },
93 { "th_TH", UCAL_DEFAULT, "buddhist" },
94 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" },
96 { "fr_CH", UCAL_DEFAULT, "gregorian" },
97 { "fr_SA", UCAL_DEFAULT, "islamic-umalqura" },
98 { "fr_CH@rg=sazzzz", UCAL_DEFAULT, "islamic-umalqura" },
99 { "fr_CH@calendar=japanese;rg=sazzzz", UCAL_DEFAULT, "japanese" },
100 { "fr_TH@rg=SA", UCAL_DEFAULT, "buddhist" }, /* ignore malformed rg tag */
101 { "th@rg=SA", UCAL_DEFAULT, "buddhist" }, /* ignore malformed rg tag */
2003 ucal = ucal_open(tzID, -1, "en_US", UCAL_DEFAULT, &status); in TestAmbiguousWallTime()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/components/src/
H A DCalendar.cpp23 ucal_open(zoneID, zoneIDLen, aLocale, UCAL_DEFAULT, &status); in TryCreate()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/components/src/
H A DCalendar.cpp23 ucal_open(zoneID, zoneIDLen, aLocale, UCAL_DEFAULT, &status); in TryCreate()
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DCalendar.cpp25 ucal_open(zoneID, zoneIDLen, aLocale, UCAL_DEFAULT, &status); in TryCreate()
H A DTimeZone.cpp52 ucal_open(zoneID, zoneIDLen, rootLocale, UCAL_DEFAULT, &status); in TryCreate()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSCalendar.m119 #ifndef UCAL_DEFAULT
121 * Older versions of ICU used UCAL_TRADITIONAL rather than UCAL_DEFAULT
124 #define UCAL_DEFAULT UCAL_TRADITIONAL
127 ucal_open ((const UChar *)cTzId, tzLen, cLocaleId, UCAL_DEFAULT, &err);
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/unicode/
H A Ducal.h185 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/textproc/R-cran-stringi/stringi/src/icu55/unicode/
H A Ducal.h169 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/unicode/
H A Ducal.h185 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/unicode/
H A Ducal.h171 UCAL_DEFAULT = UCAL_TRADITIONAL,
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/unicode/
H A Ducal.h171 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/unicode/
H A Ducal.h185 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/unicode/
H A Ducal.h169 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/devel/icu/icu/source/i18n/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/devel/icu-lx/icu/source/i18n/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/unicode/
H A Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/intl/
H A DDateTimeFormat.cpp230 UCalendar* cal = ucal_open(nullptr, 0, locale.get(), UCAL_DEFAULT, &status); in DefaultCalendar()
452 ucal_open(uTimeZone, uTimeZoneLength, rootLocale, UCAL_DEFAULT, &status); in intl_defaultTimeZoneOffset()

12