Searched refs:wLen (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/7070134/
H A DStemmer.java92 /** Adds wLen characters to the word being stemmed contained in a portion
97 public void add(char[] w, int wLen) argument
98 { if (i+wLen >= b.length)
99 { char[] new_b = new char[i+wLen+INC];
103 for (int c = 0; c < wLen; c++) b[i++] = w[c];

Completed in 28 milliseconds