Searched refs:UCAL_DEFAULT (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 169 UCAL_DEFAULT = UCAL_TRADITIONAL, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 83 { "ja_JP@calendar=japanese", UCAL_DEFAULT, "japanese" }, 85 { "th_TH", UCAL_DEFAULT, "gregorian" }, // android-changed 87 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" }, 1882 … UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status); in TestFieldDifference() 1960 ucal = ucal_open(tzID, -1, NULL, UCAL_DEFAULT, &status); in TestAmbiguousWallTime() 2088 UCalendar *ucalTest = ucal_open(zoneGMT, -1, eraTestItemPtr->locale, UCAL_DEFAULT, &status); in TestAddRollEra0AndEraBounds()
|
D | cdattst.c | 1785 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status); in TestFormatForFields()
|