Home | History | Annotate | Download | only in intltest

Lines Matching refs:testVar

744         UnicodeString  testVar;
750 testLocale.getDisplayVariant(displayLocale, testVar);
785 if (testVar != expectedVar)
786 dataerrln("Display variant (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testVar + " expected " + expectedVar);