Home | History | Annotate | Download | only in intltest

Lines Matching refs:testCtry

746         UnicodeString  testCtry;
752 testLocale.getDisplayCountry(displayLocale, testCtry);
786 if (testCtry != expectedCtry)
787 dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + expectedCtry);