Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/samples/datecal/
Dccal.c26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
/third_party/icu/icu4c/source/samples/datecal/
Dccal.c26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/datecal/
Dccal.c26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
/third_party/icu/icu4c/source/test/cintltst/
Dccaltst.c90 { "en_US", UCAL_GREGORIAN, "gregorian" },
92 { "th_TH", UCAL_GREGORIAN, "gregorian" },
95 { "ja_JP@calendar=japanese", UCAL_GREGORIAN, "gregorian" },
102 { "", UCAL_GREGORIAN, "gregorian" },
103 { NULL, UCAL_GREGORIAN, "gregorian" },
962 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in TestAddRollExtensive()
1113 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in TestAddRollExtensive()
1150 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in TestGetLimits()
1551 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestGregorianChange()
1792 UCalendar * cal = ucal_open(NULL, 0, testDatesPtr->locale, UCAL_GREGORIAN, &status); in TestWeekend()
[all …]
Dcdattst.c436 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status); in TestRelativeDateFormat()
881 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec); in TestDateFormatCalendar()
1001 tempCal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec); in TestCalendarDateParse()
1006 calendar = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec); in TestCalendarDateParse()
1052 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in getCurrentYear()
1562 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status); in TestContext()
1742 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()
305 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in Test4060212()
Dcdtdptst.c260 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.c2844 UCAL_GREGORIAN, in TestGetLocale()
3236 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status); in TestCalendar()
3237 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status); in TestCalendar()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h189 UCAL_GREGORIAN enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Ducal.h193 UCAL_GREGORIAN enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h193 UCAL_GREGORIAN enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducal.h193 UCAL_GREGORIAN enumerator
/third_party/icu/icu4c/source/test/intltest/
Ditutil.cpp606 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointer()
762 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointerNull()
/third_party/icu/docs/userguide/datetime/calendar/
Dexamples.md71 UCalendar* cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ducal.cpp150 if ( caltype == UCAL_GREGORIAN ) { in ucal_open()
/third_party/skia/third_party/externals/icu/source/i18n/
Ducal.cpp168 if ( caltype == UCAL_GREGORIAN ) { in ucal_open()
/third_party/icu/icu4c/source/i18n/
Ducal.cpp168 if ( caltype == UCAL_GREGORIAN ) { in ucal_open()
/third_party/node/deps/icu-small/source/i18n/
Ducal.cpp168 if ( caltype == UCAL_GREGORIAN ) { in ucal_open()