Searched refs:ucal_getAttribute (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/test/cintltst/
H A Dccaltst.c387 count=ucal_getAttribute(calit, UCAL_LENIENT);
388 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
391 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
392 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
399 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
403 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
406 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
410 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
418 count=ucal_getAttribute(cali
[all...]
/external/icu4c/i18n/unicode/
H A Ducal.h225 * @see ucal_getAttribute
238 * @see ucal_getAttribute
873 ucal_getAttribute(const UCalendar* cal,
884 * @see ucal_getAttribute
/external/icu4c/samples/cal/
H A Dcal.c250 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
266 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
/external/icu4c/i18n/
H A Ducal.cpp303 ucal_getAttribute( const UCalendar* cal, function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h372 #define ucal_getAttribute ucal_getAttribute_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h372 #define ucal_getAttribute ucal_getAttribute_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h372 #define ucal_getAttribute ucal_getAttribute_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h372 #define ucal_getAttribute ucal_getAttribute_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h513 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro

Completed in 115 milliseconds