Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedName

764         UnicodeString  expectedName;
782 expectedName = dataTable[compareIndex + 4][i];
783 if (expectedName.length() == 0)
784 expectedName = dataTable[DNAME_EN][i];
794 if (testName != expectedName)
795 dataerrln("Display name (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testName + " expected " + expectedName);