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