Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddigraph_utils.h41 static bool hasDigraphForCodePoint(const DictionaryHeaderStructurePolicy *const headerPolicy,
H A Ddigraph_utils.cpp34 /* static */ bool DigraphUtils::hasDigraphForCodePoint( in hasDigraphForCodePoint() function in latinime::DigraphUtils
H A Ddictionary_utils.cpp88 if (DigraphUtils::hasDigraphForCodePoint( in processChildDicNodes()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp178 if (DigraphUtils::hasDigraphForCodePoint( in expandCurrentDicNodes()