Searched defs:gotEra (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dincaltst.cpp653 int32_t gotEra = cal2->get(UCAL_ERA, s2); local
656 if((gotYear!=1) || (gotEra != expectEra)) {
658 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
660 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra); local
693 int32_t gotEra = cal2->get(UCAL_ERA, s2); local
696 if((gotYear!=1) || (gotEra != expectEra)) {
698 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
700 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra); local

Completed in 50 milliseconds