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