Home | History | Annotate | Download | only in intltest

Lines Matching refs:MONTH

100     "MONTH", 
344 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
351 //This will print out todays date for MONTH and DAY_OF_MONTH
354 logln(UnicodeString("MONTH: ") + calendar->get(UCAL_MONTH, status));
402 logln("MONTH: " + Calendar::get(Calendar::MONTH));
429 logln("MONTH: " + Calendar::get(Calendar::MONTH));
548 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH
808 cal1.set( Calendar::MONTH, 10 );
821 cal2.set( Calendar::MONTH, 10 );
863 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997;
899 cal3->set(year, month, day, hr, min, sec);
1813 errln("Couldn't add(MONTH, 12)");
1843 /* Test month:
1965 errln(UnicodeString(" FAIL: ") + newYear + " should be valid; date, month and time shouldn't change");
2316 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2);
2381 // Set to last Wednesday of the month
2414 // (2007-2008 in gregorian calendar depending on month)
2461 int32_t month = cal->get(UCAL_MONTH, status);
2463 if ( U_FAILURE(status) || year != endYear || month != testItemPtr->endMonth || day != testItemPtr->endDay ) {
2467 ", got " + year + "/" + month + "/" + day );