Home
last modified time | relevance | path

Searched refs:codePointBuffer (Results 1 – 1 of 1) 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() argument
76 if (codePointBuffer[i] == KEYCODE_SPACE) { in getSpaceCount()