HomeSort by relevance Sort by last modified time
    Searched refs:gotYear (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
incaltst.cpp 667 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
671 if((gotYear!=1) || (gotEra != expectEra)) {
673 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
675 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra);
707 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
711 if((gotYear!=1) || (gotEra != expectEra)) {
713 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
715 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra);
  /external/icu4c/test/intltest/
incaltst.cpp 650 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
654 if((gotYear!=1) || (gotEra != expectEra)) {
656 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
658 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra);
690 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
694 if((gotYear!=1) || (gotEra != expectEra)) {
696 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
698 logln(UnicodeString() + " year: " + gotYear + ", era: " + gotEra);

Completed in 75 milliseconds