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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FixedLogBuffer.java 72 shiftOutWords(numWordsIncoming);
128 protected int shiftOutWords(final int numWords) {
MainLogBuffer.java 244 shiftOutWords(N_GRAM_SIZE);
279 protected int shiftOutWords(final int numWords) {
280 final int numWordsShiftedOut = super.shiftOutWords(numWords);

Completed in 42 milliseconds