HomeSort by relevance Sort by last modified time
    Searched defs:targetCodePointCount (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
shortcut_dict_content.cpp 156 int targetCodePointCount = 0;
157 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount,
159 if (targetCodePointCount != codePointCount) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
shortcut_dict_content.cpp 171 int targetCodePointCount = 0;
172 getShortcutEntryAndAdvancePosition(MAX_WORD_LENGTH, targetCodePoints, &targetCodePointCount,
174 if (targetCodePointCount != codePointCount) {

Completed in 431 milliseconds