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

  /external/icu4c/test/intltest/
tzregts.cpp 140 GregorianCalendar cal(1997, UCAL_JANUARY, 31, status);
596 const int32_t GOOD_MONTH = UCAL_JANUARY;
603 GOOD, UCAL_JANUARY, -5, UCAL_SUNDAY, 0,
607 BAD, UCAL_JANUARY, -6, UCAL_SUNDAY, 0,
613 BAD, UCAL_JANUARY-1, 1, UCAL_SUNDAY, 0,
729 UCAL_JANUARY, 1, 0, 0,
781 GOOD, GOOD_ERA, GOOD_YEAR, UCAL_JANUARY, GOOD_DAY, GOOD_DOW, GOOD_TIME,
783 BAD, GOOD_ERA, GOOD_YEAR, UCAL_JANUARY-1, GOOD_DAY, GOOD_DOW, GOOD_TIME,
786 GOOD, GOOD_ERA, GOOD_YEAR, UCAL_JANUARY, 1, GOOD_DOW, GOOD_TIME,
787 GOOD, GOOD_ERA, GOOD_YEAR, UCAL_JANUARY, 31, GOOD_DOW, GOOD_TIME
    [all...]
tzrulets.cpp 239 UDate start = getUTCMillis(STARTYEAR, UCAL_JANUARY, 1);
240 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1);
293 cal->set(1000, UCAL_JANUARY, 1);
469 dtr = new DateTimeRule(UCAL_JANUARY, 6,
515 UDate jan1_1950 = getUTCMillis(1950, UCAL_JANUARY, 1);
516 UDate jan1_1967 = getUTCMillis(1971, UCAL_JANUARY, 1);
517 UDate jan1_2010 = getUTCMillis(2010, UCAL_JANUARY, 1);
625 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1);
626 UDate hi = getUTCMillis(TESTYEARS[i][1], UCAL_JANUARY, 1);
683 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1)
    [all...]
tzfmttst.cpp 64 cal->set(1900, UCAL_JANUARY, 1);
66 cal->set(2040, UCAL_JANUARY, 1);
467 cal->set(1900, UCAL_JANUARY, 1);
469 cal->set(1990, UCAL_JANUARY, 1);
473 cal->set(2015, UCAL_JANUARY, 1);
calregts.cpp 166 cal->set(97, UCAL_JANUARY, 1, h, 34);
217 cal2->set(2012,UCAL_JANUARY,06);
771 cal->set(1997,UCAL_JANUARY,1);
774 cal->set(1997,UCAL_JANUARY,8);
    [all...]
incaltst.cpp 384 JapaneseCalendar_SHOWA, 64, 1989, UCAL_JANUARY, 7, // Test current era transition (different code path than others)
385 JapaneseCalendar_HEISEI, 1, 1989, UCAL_JANUARY, 8,
386 JapaneseCalendar_HEISEI, 1, 1989, UCAL_JANUARY, 9,
    [all...]
dtfmrgts.cpp 824 date(70, UCAL_JANUARY, 1, 10, 30),
    [all...]
tztest.cpp 216 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne);
    [all...]
tzbdtest.cpp 453 UDate d = date(year - 1900, UCAL_JANUARY, 1);
caltest.cpp     [all...]
dtfmttst.cpp     [all...]
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 91 cal->set(1900, UCAL_JANUARY, 1);
93 cal->set(2040, UCAL_JANUARY, 1);
  /external/icu4c/i18n/
simpletz.cpp 402 if(month < UCAL_JANUARY || month > UCAL_DECEMBER) {
422 if (month < UCAL_JANUARY
446 || month < UCAL_JANUARY
    [all...]
olsontz.cpp 331 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) {
355 || month < UCAL_JANUARY
    [all...]
gregocal.cpp     [all...]
rbtz.cpp 352 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) {
vtzone.cpp 846 month = month < UCAL_JANUARY ? UCAL_DECEMBER : month;
850 month = month > UCAL_DECEMBER ? UCAL_JANUARY : month;
    [all...]
calendar.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucal.h 201 * @see #UCAL_JANUARY
478 UCAL_JANUARY,
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/test/cintltst/
ccaltst.c 667 ucal_setDate(caldef, 1999, UCAL_JANUARY, 10, &status);
668 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10);
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 114 FIELD_NAME_STR( LEN_UCAL, UCAL_JANUARY ),

Completed in 1425 milliseconds