Lines Matching refs:gotEra
653 int32_t gotEra = cal2->get(UCAL_ERA, s2);
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);
693 int32_t gotEra = cal2->get(UCAL_ERA, s2);
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);