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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_structure_with_buffer_policy.h 71 virtual BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const = 0;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 104 BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const;
ver4_patricia_trie_policy.cpp 236 BinaryDictionaryShortcutIterator Ver4PatriciaTriePolicy::getShortcutIterator(
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 77 BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const;
patricia_trie_policy.cpp 383 BinaryDictionaryShortcutIterator PatriciaTriePolicy::getShortcutIterator(const int wordId) const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.h 83 BinaryDictionaryShortcutIterator getShortcutIterator(const int wordId) const;
ver4_patricia_trie_policy.cpp 131 BinaryDictionaryShortcutIterator Ver4PatriciaTriePolicy::getShortcutIterator(
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 191 traverseSession->getDictionaryStructurePolicy()->getShortcutIterator(

Completed in 76 milliseconds