Home | History | Annotate | Download | only in intltest

Lines Matching full:tstres

1647     Calendar *tstres = new GregorianCalendar(Locale::getGermany(), errorCode);
1654 tstres->clear();
1655 tstres->setTime(tst, errorCode);
1656 //logln((UnicodeString)"Parsed week of year is "+tstres->get(UCAL_WEEK_OF_YEAR, errorCode));
1670 logln("got "+us + " " + calToStr(*tstres));
1672 tstres->clear();
1673 tstres->set(UCAL_YEAR_WOY, cal->get(UCAL_YEAR_WOY, errorCode));
1674 tstres->set(UCAL_WEEK_OF_YEAR, cal->get(UCAL_WEEK_OF_YEAR, errorCode));
1675 tstres->set(UCAL_DOW_LOCAL, cal->get(UCAL_DOW_LOCAL, errorCode));
1676 if(cal->get(UCAL_YEAR, errorCode) != tstres->get(UCAL_YEAR, errorCode)) {
1679 logln((UnicodeString)"Got "+tstres->get(UCAL_YEAR, errorCode));
1682 if(cal->get(UCAL_DAY_OF_YEAR, errorCode) != tstres->get(UCAL_DAY_OF_YEAR, errorCode)) {
1685 logln((UnicodeString)"Got "+tstres->get(UCAL_DAY_OF_YEAR, errorCode));
1693 delete (tstres);