Searched refs:literalSubstring (Results 1 – 1 of 1) sorted by relevance
567 ByteString literalSubstring = ByteString.copyFrom(referenceBytes, from, to - from); in testCompositeSubstring() local569 compositeSubstring.equals(literalSubstring)); in testCompositeSubstring()571 literalSubstring.equals(compositeSubstring)); in testCompositeSubstring()574 literalSubstring.hashCode(), compositeSubstring.hashCode()); in testCompositeSubstring()577 compositeSubstring.equals(literalSubstring.substring(0, literalSubstring.size() - 1))); in testCompositeSubstring()