Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h43 static int getDigraphCodePointForIndex(const int compositeGlyphCodePoint,
Ddigraph_utils.cpp55 /* static */ int DigraphUtils::getDigraphCodePointForIndex(const int compositeGlyphCodePoint, in getDigraphCodePointForIndex() function in latinime::DigraphUtils
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h341 return DigraphUtils::getDigraphCodePointForIndex(codePoint, digraphIndex); in getNodeCodePoint()