Home | History | Annotate | Download | only in intltest

Lines Matching refs:gotYear

652             int32_t gotYear = cal2->get(UCAL_YEAR, 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);
692 int32_t gotYear = cal2->get(UCAL_YEAR, 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);