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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_structure_with_buffer_policy.h 112 virtual int getNextWordAndNextToken(const int token, int *const outCodePoints,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 112 int getNextWordAndNextToken(const int token, int *const outCodePoints,
dictionary.cpp 192 int Dictionary::getNextWordAndNextToken(const int token, int *const outCodePoints,
195 return mDictionaryStructureWithBufferPolicy->getNextWordAndNextToken(
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 135 int getNextWordAndNextToken(const int token, int *const outCodePoints,
ver4_patricia_trie_policy.cpp 623 int Ver4PatriciaTriePolicy::getNextWordAndNextToken(const int token, int *const outCodePoints,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 146 int getNextWordAndNextToken(const int token, int *const outCodePoints,
patricia_trie_policy.cpp 484 int PatriciaTriePolicy::getNextWordAndNextToken(const int token, int *const outCodePoints,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.h 114 int getNextWordAndNextToken(const int token, int *const outCodePoints,
ver4_patricia_trie_policy.cpp 572 int Ver4PatriciaTriePolicy::getNextWordAndNextToken(const int token, int *const outCodePoints,
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 314 const int nextToken = dictionary->getNextWordAndNextToken(token, wordCodePoints,
571 token = dictionary->getNextWordAndNextToken(token, wordCodePoints, &wordCodePointCount);
596 token = dictionary->getNextWordAndNextToken(token, wordCodePoints, &wordCodePointCount);
    [all...]

Completed in 750 milliseconds