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

  /external/icu4c/samples/datecal/
ccal.c 26 ucal_set(cal, UCAL_YEAR, 2000);
27 ucal_set(cal, UCAL_MONTH, UCAL_FEBRUARY); /* FEBRUARY */
28 ucal_set(cal, UCAL_DATE, 26);
29 ucal_set(cal, UCAL_HOUR_OF_DAY, 23);
30 ucal_set(cal, UCAL_MINUTE, 0);
31 ucal_set(cal, UCAL_SECOND, 0);
32 ucal_set(cal, UCAL_MILLISECOND, 0);
  /external/icu4c/test/cintltst/
ccaltst.c 210 /*Test ucal_set/getDefaultTimeZone*/
705 /*Testing the ucal_set() , ucal_clear() functions of calendar*/
709 ucal_set(cal, UCAL_YEAR, 1997);
710 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
711 ucal_set(cal, UCAL_DATE, 3);
714 ucal_set(cal, UCAL_YEAR, 1997);
715 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
716 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
717 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1);
720 ucal_set(cal, UCAL_YEAR, 1997)
    [all...]
  /external/icu4c/samples/cal/
cal.c 247 ucal_set(c, UCAL_YEAR, year);
261 ucal_set(c, UCAL_MONTH, month);
263 ucal_set(c, UCAL_YEAR, year);
473 ucal_set(c, UCAL_DATE, 1);
617 ucal_set(left_cal, UCAL_MONTH, i);
618 ucal_set(left_cal, UCAL_DATE, 1);
619 ucal_set(right_cal, UCAL_MONTH, i + 1);
620 ucal_set(right_cal, UCAL_DATE, 1);
  /external/icu4c/i18n/unicode/
ucal.h     [all...]
  /external/icu4c/i18n/
ucal.cpp 452 ucal_set( UCalendar* cal, function
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 387 #define ucal_set ucal_set_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 387 #define ucal_set ucal_set_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 387 #define ucal_set ucal_set_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 387 #define ucal_set ucal_set_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 538 #define ucal_set macro
    [all...]

Completed in 1148 milliseconds