Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedScript

761         UnicodeString  expectedScript;
770 expectedScript = dataTable[compareIndex + 1][i];
771 if (expectedScript.length() == 0)
772 expectedScript = dataTable[DSCRIPT_EN][i];
788 if (testScript != expectedScript)
789 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);