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