/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.c | 361 count=ucal_getAttribute(calit, UCAL_LENIENT); 362 count2=ucal_getAttribute(calfr, UCAL_LENIENT); 365 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 || 366 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) ) 373 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count) 377 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK); 380 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i) 384 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */ 392 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | 392 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(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK) [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 219 * @see ucal_getAttribute 232 * @see ucal_getAttribute 819 ucal_getAttribute(const UCalendar* cal, 830 * @see ucal_getAttribute [all...] |
/external/icu4c/samples/cal/ |
cal.c | 250 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); 266 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
|
/external/icu4c/i18n/unicode/ |
ucal.h | 225 * @see ucal_getAttribute 238 * @see ucal_getAttribute 942 ucal_getAttribute(const UCalendar* cal, 953 * @see ucal_getAttribute [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleICU.cpp | 217 m_firstDayOfWeek = ucal_getAttribute(udat_getCalendar(m_shortDateFormat), UCAL_FIRST_DAY_OF_WEEK) - UCAL_SUNDAY;
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucal.cpp | 278 ucal_getAttribute( const UCalendar* cal,
|
/external/icu4c/i18n/ |
ucal.cpp | 313 ucal_getAttribute( const UCalendar* cal,
|
/external/icu4c/common/unicode/ |
urename.h | 501 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 510 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) [all...] |