HomeSort by relevance Sort by last modified time
    Searched refs:isMatchedNodeCodePoint (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_utils.h 77 static bool isMatchedNodeCodePoint(const ProximityInfoState *pInfoState, const int pointIndex,
dic_node_utils.cpp 66 const bool isMatch = isMatchedNodeCodePoint(pInfoState, pointIndex, exactOnly, codePoint);
110 if (!isMatchedNodeCodePoint(pInfoState, pointIndex, exactOnly, nodeCodePoint)) {
226 /* static */ bool DicNodeUtils::isMatchedNodeCodePoint(const ProximityInfoState *pInfoState,

Completed in 110 milliseconds