Home | History | Annotate | Download | only in intltest

Lines Matching refs:testCtry

750         UnicodeString  testCtry;
756 testLocale.getDisplayCountry(displayLocale, testCtry);
790 if (testCtry != expectedCtry)
791 dataerrln("Display country (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testCtry + " expected " + expectedCtry);