Home | History | Annotate | Download | only in intltest

Lines Matching refs:testLang

769         UnicodeString  testLang;
775 testLocale.getDisplayLanguage(displayLocale, testLang);
807 if (testLang != expectedLang)
808 dataerrln("Display language (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testLang + " expected " + expectedLang);