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

/openjdk7/hotspot/test/compiler/7070134/
H A DStemmer.java270 /* step2() turns terminal y to i when there is another vowel in the stem. */
272 private final void step2() { if (ends("y") && vowelinstem()) b[k] = 'i'; } method in class:Stemmer
376 if (k > 1) { step1(); step2(); step3(); step4(); step5(); step6(); }

Completed in 33 milliseconds