Home | History | Annotate | Download | only in intltest

Lines Matching refs:testVar

751         UnicodeString  testVar;
757 testLocale.getDisplayVariant(displayLocale, testVar);
792 if (testVar != expectedVar)
793 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);