Searched refs:UCAL_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cdateintervalformattest.c | 426 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()
|
D | ccaltst.c | 89 { "ja_JP@calendar=japanese", UCAL_DEFAULT, "japanese" }, 91 { "th_TH", UCAL_DEFAULT, "gregorian" }, // android-changed 92 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" }, 94 { "fr_CH", UCAL_DEFAULT, "gregorian" }, 95 { "fr_SA", UCAL_DEFAULT, "gregorian" }, // android-changed 96 { "fr_CH@rg=sazzzz", UCAL_DEFAULT, "gregorian" }, // android-changed 97 { "fr_CH@calendar=japanese;rg=sazzzz", UCAL_DEFAULT, "japanese" }, 98 …{ "fr_TH@rg=SA", UCAL_DEFAULT, "gregorian" }, /* ignore malformed rg tag */ // and… 99 …{ "th@rg=SA", UCAL_DEFAULT, "gregorian" }, /* ignore malformed rg tag */ // and… 1919 … UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status); in TestFieldDifference() [all …]
|
D | cdattst.c | 1804 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status); in TestFormatForFields()
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucal.h | 188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 188 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
|