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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DHash2Tokenizer.java4 * The contents of this file are subject to the terms of the
35 String terms[]; field in class:Hash2Tokenizer
60 terms = term.split("[^a-zA-Z_0-9]+");
61 i = terms.length;
64 termAtt.append(terms[--i]);
74 termAtt.append(terms[--i]);

Completed in 460 milliseconds