HomeSort by relevance Sort by last modified time
    Searched refs:ucal_getAttribute (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 406 count=ucal_getAttribute(calit, UCAL_LENIENT);
407 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
410 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
411 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
418 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
422 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
425 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
429 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
437 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK)
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 254 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
270 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 227 * @see ucal_getAttribute
240 * @see ucal_getAttribute
944 ucal_getAttribute(const UCalendar* cal,
955 * @see ucal_getAttribute
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 316 ucal_getAttribute( const UCalendar* cal,
  /external/icu/icu4c/source/common/unicode/
urename.h 515 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute)
    [all...]

Completed in 1184 milliseconds