Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
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()
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 */
1921 … UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status); in TestFieldDifference()
[all …]
Dcdattst.c1804 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status); in TestFormatForFields()
/third_party/icu/docs/userguide/format_parse/datetime/
Dexamples.md50 UDateFormat* df = udat_open(UCAL_DEFAULT, UCAL_DEFAULT, NULL, "GMT", &status);
172 UDateFormat* dfmt = udat_open(UCAL_DEFAULT, UCAL_DEFAULT, NULL, "PST",
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h184 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducal.h188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
/third_party/icu/tools/multi/proj/provider/glue/
Dcal_fe.cpp79 _this = OICU_ucal_open(NULL, -1, /*locale*/NULL, UCAL_DEFAULT, &status); in GLUE_SYM()