Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedVar

763         UnicodeString  expectedVar;
778 expectedVar = dataTable[compareIndex + 3][i];
779 if (expectedVar.length() == 0)
780 expectedVar = dataTable[DVAR_EN][i];
792 if (testVar != expectedVar)
793 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);