Searched refs:ucal_getAttribute (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 406 count=ucal_getAttribute(calit, UCAL_LENIENT); in TestCalendar() 407 count2=ucal_getAttribute(calfr, UCAL_LENIENT); in TestCalendar() 410 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 || in TestCalendar() 411 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) ) in TestCalendar() 418 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count) in TestCalendar() 422 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK); in TestCalendar() 425 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i) in TestCalendar() 429 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */ in TestCalendar() 437 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK); in TestCalendar() 440 if (ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) != i) in TestCalendar() [all …]
|
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 254 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal() 270 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 957 ucal_getAttribute(const UCalendar* cal,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 957 ucal_getAttribute(const UCalendar* cal,
|
D | urename.h | 515 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 316 ucal_getAttribute( const UCalendar* cal, in ucal_getAttribute() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 515 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 755 return ucal_getAttribute(cal, attr); in ucal_getAttribute_android()
|