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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c397 count=ucal_getAttribute(calit, UCAL_LENIENT);
398 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
401 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
402 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
409 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
413 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
416 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
420 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
428 count=ucal_getAttribute(cali
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c398 count=ucal_getAttribute(calit, UCAL_LENIENT);
399 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
402 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
403 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
410 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
414 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
417 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
421 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
429 count=ucal_getAttribute(cali
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h225 * @see ucal_getAttribute
238 * @see ucal_getAttribute
942 ucal_getAttribute(const UCalendar* cal,
953 * @see ucal_getAttribute
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h225 * @see ucal_getAttribute
238 * @see ucal_getAttribute
940 ucal_getAttribute(const UCalendar* cal,
951 * @see ucal_getAttribute
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp216 m_firstDayOfWeek = ucal_getAttribute(udat_getCalendar(m_shortDateFormat), UCAL_FIRST_DAY_OF_WEEK) - UCAL_SUNDAY;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp313 ucal_getAttribute( const UCalendar* cal, function
/external/icu/icu4c/source/i18n/
H A Ducal.cpp313 ucal_getAttribute( const UCalendar* cal, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h503 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h513 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) macro

Completed in 447 milliseconds