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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
JapaneseTest.java 170 int expectYear = 1;
173 if((gotYear != expectYear) || (gotEra != expectEra)) {
174 errln("Expected year " + expectYear + ", era " + expectEra +", but got year " + gotYear + " and era " + gotEra + ", == " + inEn);
202 expectYear = 1;
205 errln("parse "+ samplestr + " of 'y' as Japanese Calendar, expected year " + expectYear +
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 167 int expectYear = 1;
170 if((gotYear != expectYear) || (gotEra != expectEra)) {
171 errln("Expected year " + expectYear + ", era " + expectEra +", but got year " + gotYear + " and era " + gotEra + ", == " + inEn);
199 expectYear = 1;
202 errln("parse "+ samplestr + " of 'y' as Japanese Calendar, expected year " + expectYear +
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 654 int32_t expectYear = 1;
657 errln(UnicodeString("parse "+samplestr+" of 'y/m/d' as Japanese Calendar, expected year ") + expectYear +
694 int32_t expectYear = 1;
697 errln(UnicodeString("parse "+samplestr+" of 'y' as Japanese Calendar, expected year ") + expectYear +
    [all...]

Completed in 144 milliseconds