Home | History | Annotate | Download | only in intltest

Lines Matching refs:testScript

745         UnicodeString  testScript;
751 testLocale.getDisplayScript(displayLocale, testScript);
784 if (testScript != expectedScript)
785 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);