Searched refs:randomCodePoint (Results 1 – 1 of 1) sorted by relevance
71 Integer randomCodePoint = codePoints[rnd.nextInt(codePoints.length)]; in testEncodedLength_validStrings2() local72 sb.appendCodePoint(randomCodePoint); in testEncodedLength_validStrings2()73 utf8Length += utf8Lengths.get(randomCodePoint); in testEncodedLength_validStrings2()