HomeSort by relevance Sort by last modified time
    Searched full:digraphcodepointindex (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.h 32 } DigraphCodePointIndex;
44 const DigraphCodePointIndex digraphCodePointIndex);
digraph_utils.cpp 56 const DigraphCodePointIndex digraphCodePointIndex) {
57 if (digraphCodePointIndex == NOT_A_DIGRAPH_INDEX) {
65 if (digraphCodePointIndex == FIRST_DIGRAPH_CODEPOINT) {
67 } else if (digraphCodePointIndex == SECOND_DIGRAPH_CODEPOINT) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h 166 DigraphUtils::DigraphCodePointIndex getDigraphIndex() const {
192 DigraphUtils::DigraphCodePointIndex mDigraphIndex;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 336 const DigraphUtils::DigraphCodePointIndex digraphIndex =

Completed in 186 milliseconds