Home | History | Annotate | Download | only in intltest

Lines Matching refs:testName

751         UnicodeString  testName;
757 testLocale.getDisplayName(displayLocale, testName);
793 if (testName != expectedName)
794 dataerrln("Display name (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName);