Searched refs:UCAL_DEFAULT (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 86 { "ja_JP@calendar=japanese", UCAL_DEFAULT, "japanese" }, 88 { "th_TH", UCAL_DEFAULT, "gregorian" }, // android-changed 89 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" }, 91 { "fr_CH", UCAL_DEFAULT, "gregorian" }, 92 { "fr_SA", UCAL_DEFAULT, "gregorian" }, // android-changed 93 { "fr_CH@rg=sazzzz", UCAL_DEFAULT, "gregorian" }, // android-changed 94 { "fr_CH@calendar=japanese;rg=sazzzz", UCAL_DEFAULT, "japanese" }, 95 …{ "fr_TH@rg=SA", UCAL_DEFAULT, "gregorian" }, /* ignore malformed rg tag */ // and… 96 …{ "th@rg=SA", UCAL_DEFAULT, "gregorian" }, /* ignore malformed rg tag */ // and… 1890 … UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status); in TestFieldDifference() [all …]
|
D | cdattst.c | 1786 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status); in TestFormatForFields()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 171 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
|