Home
last modified time | relevance | path

Searched refs:mNextToken (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java401 public int mNextToken; field in BinaryDictionary.GetNextWordPropertyResult
405 mNextToken = nextToken; in GetNextWordPropertyResult()
DExpandableBinaryDictionary.java694 token = result.mNextToken; in dumpAllWordsForDebug()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer4DictDecoder.java86 token = result.mNextToken; in readDictionaryBinary()
DVer2DictDecoder.java280 token = result.mNextToken; in readDictionaryBinary()
DBinaryDictDecoderEncoderTests.java691 token = result.mNextToken;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java1168 token = result.mNextToken; in testIterateAllWords()