Searched defs:getCodePointCount (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggested_word.h35 return left.getCodePointCount() < right.getCodePointCount();
53 int getCodePointCount() const { function in class:latinime::SuggestedWord
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dchar_utils.h56 static AK_FORCE_INLINE int getCodePointCount(const int arraySize, const int *const codePoints) { function in class:latinime::CharUtils
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpt_node_params.h164 return getCodePointCount() > 0 && !CharUtils::isInUnicodeSpace(getCodePoints()[0])
169 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE
184 AK_FORCE_INLINE uint8_t getCodePointCount() const { function in class:latinime::PtNodeParams

Completed in 135 milliseconds