Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccaltst.c268 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
273 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar()
278 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); in TestCalendar()
282 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); in TestCalendar()
451 … caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status); in TestCalendar()
492 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
493 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestGetSetDateAPI()
679 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestFieldGetSet()
831 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);; in TestAddRollExtensive()
923 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestAddRollExtensive()
[all …]
Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status); in TestTwoDigitYearDSTParse()
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status); in TestCzechMonths459()
329 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestQuotePattern161()
Dcdtrgtst.c144 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status); in Test4056591()
301 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in Test4060212()
Dcmsgtst.c390 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestNewFormatAndParseAPI()
492 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParseWithError()
585 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParse()
Dutmstest.c455 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestDotNet()
Dcdattst.c402 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status); in TestRelativeDateFormat()
803 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec); in TestDateFormatCalendar()
Dcloctst.c2377 obj = ucal_open(NULL, 0, in TestGetLocale()
2674 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status); in TestCalendar()
2675 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status); in TestCalendar()
/external/icu4c/samples/datecal/
Dccal.c20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
/external/icu4c/test/intltest/
Ditutil.cpp315 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointer()
421 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointerNull()
/external/icu4c/samples/cal/
Dcal.c239 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in cal()
591 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in print_year()
/external/icu4c/tools/toolutil/
Dtoolutil.cpp75 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status); in getCurrentYear()
/external/icu4c/i18n/unicode/
Ducal.h687 ucal_open(const UChar* zoneID,
/external/icu4c/i18n/
Ducal.cpp130 ucal_open( const UChar* zoneID, in ucal_open() function
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h383 #define ucal_open ucal_open_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h383 #define ucal_open ucal_open_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h383 #define ucal_open ucal_open_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Durename.h383 #define ucal_open ucal_open_3_2 macro
/external/icu4c/common/unicode/
Durename.h533 #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) macro