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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 162 int expectEra = JapaneseCalendar.CURRENT_ERA;
164 if((gotYear != expectYear) || (gotEra != expectEra)) {
165 errln("Expected year " + expectYear + ", era " + expectEra +", but got year " + gotYear + " and era " + gotEra + ", == " + inEn);
194 expectEra = JapaneseCalendar.CURRENT_ERA;
195 if((gotYear != 1) || (gotEra != expectEra)) {
197 " and era " + expectEra + ", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 652 int32_t expectEra = JapaneseCalendar::getCurrentEra();
653 if((gotYear!=1) || (gotEra != expectEra)) {
655 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
692 int32_t expectEra = 235; //JapaneseCalendar::kCurrentEra;
693 if((gotYear!=1) || (gotEra != expectEra)) {
695 UnicodeString(" and era ") + expectEra +", but got year " + gotYear + " and era " + gotEra + " (Gregorian:" + str +")");
    [all...]

Completed in 248 milliseconds