Searched refs:expectedStringWithPrefix (Results 1 – 1 of 1) sorted by relevance
31 UnicodeString expectedStringWithPrefix = prefix + expected_result; in CheckFormatting() local32 if (expectedStringWithPrefix != actualResult) { in CheckFormatting()33 …errln(UnicodeString("Expected: |") + expectedStringWithPrefix + "|, Actual: |" + actualResult + "… in CheckFormatting()