HomeSort by relevance Sort by last modified time
    Searched refs:randomLowSurrogate (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/hash/
AbstractNonStreamingHashFunctionTest.java 61 assertPutString(new char[] { 'p', HashTestUtils.randomLowSurrogate(new Random()) });
72 HashTestUtils.randomLowSurrogate(new Random()),
79 HashTestUtils.randomLowSurrogate(new Random()) });
HashTestUtils.java 189 String s = new String(new char[] { randomLowSurrogate(random) });
206 randomLowSurrogate(random), randomHighSurrogate(random)});
215 randomHighSurrogate(random), randomLowSurrogate(random)});
558 chars[i] = random.nextBoolean() ? randomLowSurrogate(random) : randomHighSurrogate(random);
565 static char randomLowSurrogate(Random random) {

Completed in 66 milliseconds