/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | jni_data_utils.cpp | 99 const std::vector<int> *const targetCodePoints = shortcut.getTargetCodePoints(); in outputWordProperty() local 100 jintArray shortcutTargetCodePointArray = env->NewIntArray(targetCodePoints->size()); in outputWordProperty() 102 targetCodePoints->size(), targetCodePoints->data(), targetCodePoints->size(), in outputWordProperty()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | shortcut_dict_content.cpp | 152 int targetCodePoints[MAX_WORD_LENGTH]; in findShortcutEntryAndGetPos() local 157 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount, in findShortcutEntryAndGetPos() 164 if (targetCodePointsToFind[i] != targetCodePoints[i]) { in findShortcutEntryAndGetPos()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | shortcut_dict_content.cpp | 167 int targetCodePoints[MAX_WORD_LENGTH]; in findShortcutEntryAndGetPos() local 172 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount, in findShortcutEntryAndGetPos() 179 if (targetCodePointsToFind[i] != targetCodePoints[i]) { in findShortcutEntryAndGetPos()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
D | dynamic_pt_updating_helper.cpp | 120 const CodePointArrayView targetCodePoints, const int shortcutProbability) { in addShortcutTarget() argument 122 return mPtNodeWriter->addShortcutTarget(&ptNodeParams, targetCodePoints.data(), in addShortcutTarget() 123 targetCodePoints.size(), shortcutProbability); in addShortcutTarget()
|
D | pt_node_writer.h | 87 const int *const targetCodePoints, const int targetCodePointCount,
|
D | dynamic_pt_updating_helper.h | 56 bool addShortcutTarget(const int wordPos, const CodePointArrayView targetCodePoints,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | ngram_property.h | 30 NgramProperty(const NgramContext &ngramContext, const std::vector<int> &&targetCodePoints, in NgramProperty() argument 32 : mNgramContext(ngramContext), mTargetCodePoints(std::move(targetCodePoints)), in NgramProperty()
|
D | unigram_property.h | 31 ShortcutProperty(const std::vector<int> &&targetCodePoints, const int probability) in ShortcutProperty() argument 32 : mTargetCodePoints(std::move(targetCodePoints)), in ShortcutProperty()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_node_writer.cpp | 275 const int *const targetCodePoints, const int targetCodePointCount, in addShortcutTarget() argument 278 targetCodePoints, targetCodePointCount, shortcutProbability)) { in addShortcutTarget()
|
D | ver4_patricia_trie_node_writer.h | 88 const int *const targetCodePoints, const int targetCodePointCount,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_node_writer.cpp | 309 const int *const targetCodePoints, const int targetCodePointCount, in addShortcutTarget() argument 312 targetCodePoints, targetCodePointCount, shortcutProbability)) { in addShortcutTarget()
|
D | ver4_patricia_trie_node_writer.h | 109 const int *const targetCodePoints, const int targetCodePointCount,
|