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.c20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c82 { "en_US", UCAL_GREGORIAN, "gregorian" },
84 { "th_TH", UCAL_GREGORIAN, "gregorian" },
88 { "ja_JP@calendar=japanese", UCAL_GREGORIAN, "gregorian" },
89 { "", UCAL_GREGORIAN, "gregorian" },
90 { NULL, UCAL_GREGORIAN, "gregorian" },
928 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);; in TestAddRollExtensive()
1079 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in TestAddRollExtensive()
1116 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);; in TestGetLimits()
1512 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestGregorianChange()
1753 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.c144 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status); in Test4056591()
302 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in Test4060212()
Dcdtdptst.c257 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status); in TestCzechMonths459()
Dutmstest.c456 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestDotNet()
Dcloctst.c2522 UCAL_GREGORIAN, in TestGetLocale()
2849 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status); in TestCalendar()
2850 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status); in TestCalendar()
/external/icu/icu4c/source/test/intltest/
Ditutil.cpp520 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointer()
680 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointerNull()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h174 UCAL_GREGORIAN enumerator
/external/icu/icu4c/source/i18n/
Ducal.cpp147 if ( caltype == UCAL_GREGORIAN ) { in ucal_open()