Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h33 mDigraphIndex(DigraphUtils::NOT_A_DIGRAPH_INDEX), in DicNodeStateScoring()
51 mDigraphIndex = DigraphUtils::NOT_A_DIGRAPH_INDEX; in init()
172 case DigraphUtils::NOT_A_DIGRAPH_INDEX: in advanceDigraphIndex()
179 mDigraphIndex = DigraphUtils::NOT_A_DIGRAPH_INDEX; in advanceDigraphIndex()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h29 NOT_A_DIGRAPH_INDEX, enumerator
Ddigraph_utils.cpp57 if (digraphCodePointIndex == NOT_A_DIGRAPH_INDEX) { in getDigraphCodePointForIndex()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h338 if (digraphIndex == DigraphUtils::NOT_A_DIGRAPH_INDEX) { in getNodeCodePoint()
386 != DigraphUtils::NOT_A_DIGRAPH_INDEX; in isInDigraph()