Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dchar_utils.h73 static AK_FORCE_INLINE int getSpaceCount(const int *const codePointBuffer, const int length) { in getSpaceCount() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h256 return CharUtils::getSpaceCount(mDicNodeState.mDicNodeStateOutput.getCodePointBuf(), in getTotalNodeSpaceCount()