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

/openjdk7/hotspot/test/compiler/7070134/
H A DStemmer.java310 /* step4() deals with -ic-, -full, -ness etc. similar strategy to step3. */
312 private final void step4() { switch (b[k]) method in class:Stemmer
376 if (k > 1) { step1(); step2(); step3(); step4(); step5(); step6(); }

Completed in 47 milliseconds