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

  /external/icu4c/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/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/
ucal.cpp 278 ucal_getAttribute( const UCalendar* cal,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h 510 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute)
    [all...]

Completed in 89 milliseconds