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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/analysis/tokenattributes/
H A DCharTermAttributeImpl.java212 public final CharTermAttribute append(CharTermAttribute ta) { argument
213 if (ta == null) // needed for Appendable compliance
215 final int len = ta.length();
216 System.arraycopy(ta.buffer(), 0, resizeBuffer(termLength + len), termLength, len);
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/
H A DTestExplanations.java150 public static Term[] ta(String[] s) { method in class:TestExplanations
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/
H A DTestExplanations.java150 public static Term[] ta(String[] s) { method in class:TestExplanations

Completed in 646 milliseconds