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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DPathTokenizer.java53 private final CharTermAttribute termAtt = addAttribute(CharTermAttribute.class); field in class:PathTokenizer
70 termAtt.setEmpty();
71 termAtt.append(cdot);
72 termAtt.setLength(1);
100 termAtt.copyBuffer(buf, 0, i);
101 termAtt.setLength(i);
H A DJFlexTokenizer.java82 protected CharTermAttribute termAtt = addAttribute(CharTermAttribute.class); field in class:JFlexTokenizer
104 this.termAtt.setEmpty();
105 this.termAtt.append(str);

Completed in 168 milliseconds