Home
last modified time | relevance | path

Searched refs:targetCodePointCount (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp156 int targetCodePointCount = 0; in findShortcutEntryAndGetPos() local
157 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount, in findShortcutEntryAndGetPos()
159 if (targetCodePointCount != codePointCount) { in findShortcutEntryAndGetPos()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp171 int targetCodePointCount = 0; in findShortcutEntryAndGetPos() local
172 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount, in findShortcutEntryAndGetPos()
174 if (targetCodePointCount != codePointCount) { in findShortcutEntryAndGetPos()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_writer.cpp275 const int *const targetCodePoints, const int targetCodePointCount, in addShortcutTarget() argument
278 targetCodePoints, targetCodePointCount, shortcutProbability)) { in addShortcutTarget()
Dver4_patricia_trie_node_writer.h88 const int *const targetCodePoints, const int targetCodePointCount,
/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() argument
312 targetCodePoints, targetCodePointCount, shortcutProbability)) { in addShortcutTarget()
Dver4_patricia_trie_node_writer.h109 const int *const targetCodePoints, const int targetCodePointCount,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Dpt_node_writer.h87 const int *const targetCodePoints, const int targetCodePointCount,