HomeSort by relevance Sort by last modified time
    Searched refs:newLogUnit (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FixedLogBuffer.java 59 public void shiftIn(final LogUnit newLogUnit) {
60 if (!newLogUnit.hasOneOrMoreWords()) {
62 super.shiftIn(newLogUnit);
65 final int numWordsIncoming = newLogUnit.getNumWords();
75 super.shiftIn(newLogUnit);
LogUnit.java 319 final LogUnit newLogUnit = new LogUnit(
324 newLogUnit.mWords = null;
325 newLogUnit.mMayContainDigit = mMayContainDigit;
326 newLogUnit.mContainsCorrection = mContainsCorrection;
334 return newLogUnit;