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

  /external/icu4c/test/cintltst/
ccaltst.c 435 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status);
675 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
677 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
701 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status);
702 verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55, 1);
707 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status);
708 verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0);
709 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status);
710 verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0, 1);
748 ucal_setDateTime(cal, 1999, UCAL_MARCH, 12, 5, 25, 30, &status)
    [all...]
cmsgtst.c 397 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
498 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
591 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
163 cal.set(1997, UCAL_MARCH, 1);
172 cal.set(1997, UCAL_MARCH, 31);
730 UCAL_MARCH, 1, 0, 0,
853 UCAL_MARCH, 1, 0 /*DOM*/, 0*ONE_HOUR, 1*ONE_HOUR, status);
    [all...]
tztest.cpp 177 gc->set(1990, UCAL_MARCH, 1);
188 zone->setStartRule(UCAL_MARCH, 1, 0, startHour, status);
    [all...]
tzrulets.cpp 501 dtr = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY,
559 getUTCMillis(2006, UCAL_MARCH, 15),
561 getUTCMillis(2007, UCAL_MARCH, 15),
563 getUTCMillis(2008, UCAL_MARCH, 15),
    [all...]
tzbdtest.cpp 428 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_1", UCAL_AUGUST, 2, UCAL_TUESDAY, 2 * (int32_t)ONE_HOUR, UCAL_MARCH, 15, 0, 2 * (int32_t)ONE_HOUR, status);
calregts.cpp     [all...]
caltest.cpp 810 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4);
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 203 * @see #UCAL_MARCH
482 UCAL_MARCH,
1008 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
1029 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 116 FIELD_NAME_STR( LEN_UCAL, UCAL_MARCH ),

Completed in 378 milliseconds