Searched defs:randomFixedLengthUnicodeString (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A D_TestUtil.java238 randomFixedLengthUnicodeString(r, buffer, 0, buffer.length);
246 public static void randomFixedLengthUnicodeString(Random random, char[] chars, int offset, int length) { method in class:_TestUtil
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A D_TestUtil.java243 randomFixedLengthUnicodeString(r, buffer, 0, buffer.length);
251 public static void randomFixedLengthUnicodeString(Random random, char[] chars, int offset, int length) { method in class:_TestUtil

Completed in 1543 milliseconds