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 398 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(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK)
    [all...]
  /external/icu/icu4c/source/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/icu/icu4c/source/i18n/unicode/
ucal.h 225 * @see ucal_getAttribute
238 * @see ucal_getAttribute
940 ucal_getAttribute(const UCalendar* cal,
951 * @see ucal_getAttribute
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 313 ucal_getAttribute( const UCalendar* cal,
  /external/icu/icu4c/source/common/unicode/
urename.h 510 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute)
    [all...]

Completed in 670 milliseconds