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

  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 356 count=ucal_getAttribute(calit, UCAL_LENIENT);
357 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
360 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
361 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
368 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
372 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
375 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
379 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
387 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK)
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 360 count=ucal_getAttribute(calit, UCAL_LENIENT);
361 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
364 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
365 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
372 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
376 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK);
379 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i)
383 count=ucal_getAttribute(calit, (UCalendarAttribute)99); /* BOGUS_ATTRIBUTE */
391 count=ucal_getAttribute(calit, UCAL_MINIMAL_DAYS_IN_FIRST_WEEK)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 218 * @see ucal_getAttribute
231 * @see ucal_getAttribute
799 ucal_getAttribute(const UCalendar* cal,
810 * @see ucal_getAttribute
    [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/chromium/third_party/icu/source/i18n/
ucal.cpp 265 ucal_getAttribute( const UCalendar* cal,
  /external/icu4c/i18n/
ucal.cpp 268 ucal_getAttribute( const UCalendar* cal,
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 372 #define ucal_getAttribute ucal_getAttribute_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h 507 #define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute)
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 473 #define ucal_getAttribute ucal_getAttribute_4_2
    [all...]

Completed in 3186 milliseconds