Home
last modified time | relevance | path

Searched defs:targetCodePoints (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
Dngram_property.h30 NgramProperty(const NgramContext &ngramContext, const std::vector<int> &&targetCodePoints, in NgramProperty()
Dunigram_property.h31 ShortcutProperty(const std::vector<int> &&targetCodePoints, const int probability) in ShortcutProperty()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.cpp99 const std::vector<int> *const targetCodePoints = shortcut.getTargetCodePoints(); in outputWordProperty() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp152 int targetCodePoints[MAX_WORD_LENGTH]; in findShortcutEntryAndGetPos() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp167 int targetCodePoints[MAX_WORD_LENGTH]; in findShortcutEntryAndGetPos() local
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_updating_helper.cpp120 const CodePointArrayView targetCodePoints, const int shortcutProbability) { in addShortcutTarget()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_writer.cpp275 const int *const targetCodePoints, const int targetCodePointCount, in addShortcutTarget()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_node_writer.cpp309 const int *const targetCodePoints, const int targetCodePointCount, in addShortcutTarget()