Home
last modified time | relevance | path

Searched refs:ucal_open (Results 1 – 25 of 33) sorted by relevance

12

/third_party/icu/icu4c/source/test/cintltst/
Dccaltst.c304 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
309 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
314 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); in TestCalendar()
318 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); in TestCalendar()
492 … caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status); in TestCalendar()
537 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
538 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
539 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
797 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestFieldGetSet()
962 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in TestAddRollExtensive()
[all …]
Dcdateintervalformattest.c426 UCalendar* ucal1 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
428 UCalendar* ucal2 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
430 UCalendar* ucal3 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
432 UCalendar* ucal4 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
433 UCalendar* ucal5 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
Dcdtdptst.c83 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status); in TestTwoDigitYearDSTParse()
260 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status); in TestCzechMonths459()
335 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestQuotePattern161()
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()
1804 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status); in TestFormatForFields()
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()
Dcmsgtst.c401 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestNewFormatAndParseAPI()
504 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParseWithError()
602 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParse()
Dutmstest.c458 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestDotNet()
/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/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/docs/userguide/datetime/calendar/
Dexamples.md71 UCalendar* cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
201 cal1 = ucal_open(NULL, -1, "en_US@calendar=gregorian", UCAL_TRADITIONAL,
223 cal2 = ucal_open(NULL, -1, "ja_J@calendar=japanese", UCAL_TRADITIONAL, &status);
/third_party/icu/icu4c/source/samples/cal/
Dcal.c243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in cal()
595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in print_year()
/third_party/skia/third_party/externals/icu/source/samples/cal/
Dcal.c243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in cal()
595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in print_year()
/third_party/flutter/skia/third_party/externals/icu/source/samples/cal/
Dcal.c243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in cal()
595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in print_year()
/third_party/icu/docs/userguide/format_parse/messages/
Dexamples.md137 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
301 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dtoolutil.cpp94 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status); in getCurrentYear()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dtoolutil.cpp92 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status); in getCurrentYear()
/third_party/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp94 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status); in getCurrentYear()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h704 ucal_open(const UChar* zoneID,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h749 ucal_open(const UChar* zoneID,
/third_party/icu/icu4c/source/i18n/unicode/
Ducal.h749 ucal_open(const UChar* zoneID,
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducal.h749 ucal_open(const UChar* zoneID,
/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/flutter/skia/third_party/externals/icu/source/i18n/
Ducal.cpp134 ucal_open( const UChar* zoneID, in ucal_open() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ducal.cpp151 ucal_open( const UChar* zoneID, in ucal_open() function

12