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

  /external/icu4c/samples/datecal/
cal.cpp 26 gc->set(2000, UCAL_FEBRUARY, 26);
ccal.c 27 ucal_set(cal, UCAL_MONTH, UCAL_FEBRUARY); /* FEBRUARY */
  /external/icu4c/test/intltest/
tztest.cpp     [all...]
tzregts.cpp 133 z->setStartRule(UCAL_FEBRUARY, 1, UCAL_SUNDAY, 0, status);
865 {2000, UCAL_FEBRUARY, 28, 22, 0},
866 {2000, UCAL_FEBRUARY, 29, 22, 0},
    [all...]
incaltst.cpp 276 UCAL_FEBRUARY, // month
282 UCAL_FEBRUARY,
327 UCAL_FEBRUARY, // month
333 UCAL_FEBRUARY, // month
dtfmrgts.cpp     [all...]
calregts.cpp     [all...]
tzrulets.cpp 155 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
181 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY,
204 dtr = new DateTimeRule(UCAL_FEBRUARY, 8, UCAL_SUNDAY, true,
225 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY,
476 dtr = new DateTimeRule(UCAL_FEBRUARY, 23,
    [all...]
caltest.cpp 922 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1;
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 202 * @see #UCAL_FEBRUARY
480 UCAL_FEBRUARY,
951 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
972 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 110 FIELD_NAME_STR( LEN_UCAL, UCAL_FEBRUARY ),
  /external/icu4c/i18n/
vtzone.cpp 782 if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - ruleDOM)%7 == 6
791 if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - ruleDOM)%7 == 0
    [all...]
tzrule.cpp 293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) {
  /external/icu4c/test/cintltst/
ccaltst.c 621 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28);
    [all...]

Completed in 658 milliseconds