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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 192 int Dictionary::getNextWordAndNextToken(const int token, int *const outCodePoints,
195 return mDictionaryStructureWithBufferPolicy->getNextWordAndNextToken(
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
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.cpp 572 int Ver4PatriciaTriePolicy::getNextWordAndNextToken(const int token, int *const outCodePoints,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 623 int Ver4PatriciaTriePolicy::getNextWordAndNextToken(const int token, int *const outCodePoints,

Completed in 776 milliseconds