Searched refs:tstres (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1626 Calendar *tstres = new GregorianCalendar(Locale::getGermany(), errorCode); local
1633 tstres->clear();
1634 tstres->setTime(tst, errorCode);
1635 //logln((UnicodeString)"Parsed week of year is "+tstres->get(UCAL_WEEK_OF_YEAR, errorCode));
1649 logln("got "+us + " " + calToStr(*tstres));
1651 tstres->clear();
1652 tstres->set(UCAL_YEAR_WOY, cal->get(UCAL_YEAR_WOY, errorCode));
1653 tstres->set(UCAL_WEEK_OF_YEAR, cal->get(UCAL_WEEK_OF_YEAR, errorCode));
1654 tstres->set(UCAL_DOW_LOCAL, cal->get(UCAL_DOW_LOCAL, errorCode));
1655 if(cal->get(UCAL_YEAR, errorCode) != tstres
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1647 Calendar *tstres = new GregorianCalendar(Locale::getGermany(), errorCode); local
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
[all...]

Completed in 189 milliseconds