Home
last modified time | relevance | path

Searched refs:UCAL_GREGORIAN (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/samples/datecal/
Dccal.c26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c85 { "en_US", UCAL_GREGORIAN, "gregorian" },
87 { "th_TH", UCAL_GREGORIAN, "gregorian" },
90 { "ja_JP@calendar=japanese", UCAL_GREGORIAN, "gregorian" },
97 { "", UCAL_GREGORIAN, "gregorian" },
98 { NULL, UCAL_GREGORIAN, "gregorian" },
936 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);; in TestAddRollExtensive()
1087 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in TestAddRollExtensive()
1124 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);; in TestGetLimits()
1520 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestGregorianChange()
1761 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status); in TestWeekend()
[all …]
Dcdattst.c427 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status); in TestRelativeDateFormat()
872 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec); in TestDateFormatCalendar()
992 tempCal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec); in TestCalendarDateParse()
997 calendar = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec); in TestCalendarDateParse()
1043 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in getCurrentYear()
1553 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status); in TestContext()
1724 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status); in TestParseErrorReturnValue()
Dcdtrgtst.c146 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status); in Test4056591()
304 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in Test4060212()
Dcdtdptst.c259 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status); in TestCzechMonths459()
Dutmstest.c458 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestDotNet()
Dcloctst.c2601 UCAL_GREGORIAN, in TestGetLocale()
2982 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status); in TestCalendar()
2983 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status); in TestCalendar()
/external/icu/icu4c/source/test/intltest/
Ditutil.cpp514 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointer()
670 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointerNull()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h176 UCAL_GREGORIAN enumerator
/external/icu/icu4c/source/i18n/
Ducal.cpp150 if ( caltype == UCAL_GREGORIAN ) { in ucal_open()