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

/macosx-10.9.5/CF-855.17/
H A DCFICULogging.h50 #define __cficu_ucal_getAttribute ucal_getAttribute
H A DCFCalendar.c225 return ucal_getAttribute(calendar->_cal, UCAL_FIRST_DAY_OF_WEEK);
243 return calendar->_cal ? ucal_getAttribute(calendar->_cal, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) : -1;
398 int32_t goal = ucal_getAttribute(calendar->_cal, UCAL_FIRST_DAY_OF_WEEK);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccaltst.c392 count=ucal_getAttribute(calit, UCAL_LENIENT);
393 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
396 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
397 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
404 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
408 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
411 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
415 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
423 count=ucal_getAttribute(cali
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/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);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducal.h225 * @see ucal_getAttribute
238 * @see ucal_getAttribute
942 ucal_getAttribute(const UCalendar* cal,
953 * @see ucal_getAttribute
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducal.cpp313 ucal_getAttribute( const UCalendar* cal, function
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durename.h501 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Durename.h510 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Durename.h510 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h510 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro

Completed in 178 milliseconds