HomeSort by relevance Sort by last modified time
    Searched defs:getCodePointCount (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggested_word.h 35 return left.getCodePointCount() < right.getCodePointCount();
53 int getCodePointCount() const {
  /external/clang/lib/Format/
Encoding.h 52 inline unsigned getCodePointCount(StringRef Text, Encoding Encoding) {
  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h 56 static AK_FORCE_INLINE int getCodePointCount(const int arraySize, const int *const codePoints) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h 164 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 {

Completed in 1142 milliseconds