Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h336 const DigraphUtils::DigraphCodePointIndex digraphIndex = in getNodeCodePoint() local
338 if (digraphIndex == DigraphUtils::NOT_A_DIGRAPH_INDEX) { in getNodeCodePoint()
341 return DigraphUtils::getDigraphCodePointForIndex(codePoint, digraphIndex); in getNodeCodePoint()