Home | History | Annotate | Download | only in intltest

Lines Matching refs:testScript

749         UnicodeString  testScript;
755 testLocale.getDisplayScript(displayLocale, testScript);
788 if (testScript != expectedScript)
789 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);