Home
last modified time | relevance | path

Searched refs:digraphCodePointIndex (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.cpp56 const DigraphCodePointIndex digraphCodePointIndex) { in getDigraphCodePointForIndex() argument
57 if (digraphCodePointIndex == NOT_A_DIGRAPH_INDEX) { in getDigraphCodePointForIndex()
65 if (digraphCodePointIndex == FIRST_DIGRAPH_CODEPOINT) { in getDigraphCodePointForIndex()
67 } else if (digraphCodePointIndex == SECOND_DIGRAPH_CODEPOINT) { in getDigraphCodePointForIndex()
Ddigraph_utils.h44 const DigraphCodePointIndex digraphCodePointIndex);