Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedVar

759         UnicodeString  expectedVar;
774 expectedVar = dataTable[compareIndex + 3][i];
775 if (expectedVar.length() == 0)
776 expectedVar = dataTable[DVAR_EN][i];
788 if (testVar != expectedVar)
789 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);