Searched refs:concreteSubstring (Results 1 – 1 of 1) sorted by relevance
529 ByteString concreteSubstring = ByteString.copyFrom(bigBytes).substring(start, end); in testSubstringParity() local532 ok = (bigBytes[i] == concreteSubstring.byteAt(i - start)); in testSubstringParity()538 concreteSubstring.equals(literalString)); in testSubstringParity()540 literalString.hashCode(), concreteSubstring.hashCode()); in testSubstringParity()