Home
last modified time | relevance | path

Searched refs:ucal_setAttribute (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c408 ucal_setAttribute(calit, UCAL_LENIENT, 0); in TestCalendar()
409 ucal_setAttribute(caldef, UCAL_LENIENT, count2); in TestCalendar()
417 ucal_setAttribute(calit, UCAL_LENIENT, count); in TestCalendar()
424 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i); in TestCalendar()
435 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count); in TestCalendar()
439 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,i); in TestCalendar()
444 ucal_setAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK,count); in TestCalendar()
558 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
568 ucal_setAttribute(caldef3, UCAL_LENIENT, 1); in TestGetSetDateAPI()
586 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ducal.h972 ucal_setAttribute(UCalendar* cal,
/external/icu/libandroidicu/include/unicode/
Ducal.h972 ucal_setAttribute(UCalendar* cal,
Durename.h545 #define ucal_setAttribute U_ICU_ENTRY_POINT_RENAME(ucal_setAttribute) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp343 ucal_setAttribute( UCalendar* cal, in ucal_setAttribute() function
/external/icu/icu4c/source/common/unicode/
Durename.h545 #define ucal_setAttribute U_ICU_ENTRY_POINT_RENAME(ucal_setAttribute) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp845 ucal_setAttribute(cal, attr, newValue); in ucal_setAttribute_android()