Home
last modified time | relevance | path

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

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