Searched refs:expectedLen (Results 1 – 2 of 2) sorted by relevance
690 int expectedLen = thisLen; in endsWith() local692 expectedLen--; in endsWith()693 if (thatLen != expectedLen) in endsWith()
346 int expectedLen = expected.length * (2 + prefix.length() + in testFormatter() local348 assertEquals(res.length(), expectedLen, "String length"); in testFormatter() local