Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer4DictDecoder.java81 token = result.mNextToken; in readDictionaryBinary()
DBinaryDictDecoderEncoderTests.java672 token = result.mNextToken;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java717 token = result.mNextToken; in dumpAllWordsForDebug()
748 token = nextWordPropertyResult.mNextToken; in getWordPropertiesForSyncing()
DBinaryDictionary.java422 public int mNextToken; field in BinaryDictionary.GetNextWordPropertyResult
426 mNextToken = nextToken; in GetNextWordPropertyResult()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java876 token = result.mNextToken; in testIterateAllWords()