Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c287 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
292 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
297 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); in TestCalendar()
301 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); in TestCalendar()
470 … caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status); in TestCalendar()
515 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
516 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
517 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
771 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestFieldGetSet()
936 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);; in TestAddRollExtensive()
[all …]
Dcdtdptst.c83 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status); in TestTwoDigitYearDSTParse()
259 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status); in TestCzechMonths459()
333 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestQuotePattern161()
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()
1786 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()
304 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in Test4060212()
Dcmsgtst.c398 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestNewFormatAndParseAPI()
500 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParseWithError()
595 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()
Dcloctst.c2638 obj = ucal_open(NULL, 0, in TestGetLocale()
3021 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status); in TestCalendar()
3022 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status); in TestCalendar()
/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/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()
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp92 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status); in getCurrentYear()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h704 ucal_open(const UChar* zoneID,
/external/icu/libandroidicu/include/unicode/
Ducal.h704 ucal_open(const UChar* zoneID,
Durename.h539 #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) macro
/external/icu/icu4c/source/test/intltest/
Ditutil.cpp636 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointer()
792 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointerNull()
/external/icu/icu4c/source/i18n/
Ducal.cpp134 ucal_open( const UChar* zoneID, in ucal_open() function
/external/icu/icu4c/source/common/unicode/
Durename.h539 #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp827 return ucal_open(zoneID, len, locale, type, status); in ucal_open_android()