Home
last modified time | relevance | path

Searched refs:targetCodePointsToFind (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dshortcut_dict_content.cpp149 const int *const targetCodePointsToFind, const int codePointCount) const { in findShortcutEntryAndGetPos() argument
164 if (targetCodePointsToFind[i] != targetCodePoints[i]) { in findShortcutEntryAndGetPos()
H A Dshortcut_dict_content.h81 const int *const targetCodePointsToFind, const int codePointCount) const;
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dshortcut_dict_content.cpp164 const int *const targetCodePointsToFind, const int codePointCount) const { in findShortcutEntryAndGetPos() argument
179 if (targetCodePointsToFind[i] != targetCodePoints[i]) { in findShortcutEntryAndGetPos()
H A Dshortcut_dict_content.h88 const int *const targetCodePointsToFind, const int codePointCount) const;