Home
last modified time | relevance | path

Searched refs:CODE_POINT_BEGINNING_OF_SENTENCE (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dchar_utils.h91 if (codePointCount > 0 && codePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) { in attachBeginningOfSentenceMarker()
100 codePoints[0] = CODE_POINT_BEGINNING_OF_SENTENCE; in attachBeginningOfSentenceMarker()
107 if (codePointCount <= 0 || codePoints[0] != CODE_POINT_BEGINNING_OF_SENTENCE) { in removeBeginningOfSentenceMarker()
Djni_data_utils.h83 if (codePoint == CODE_POINT_BEGINNING_OF_SENTENCE) { in outputCodePoints()
/packages/inputmethods/LatinIME/native/jni/tests/utils/
Dchar_utils_test.cpp114 EXPECT_FALSE(CharUtils::isInUnicodeSpace(CODE_POINT_BEGINNING_OF_SENTENCE)); in TEST()
/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h262 #define CODE_POINT_BEGINNING_OF_SENTENCE 0x110000 macro
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionary.cpp320 if (wordCodePointCount > 0 && wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) { in latinime_BinaryDictionary_getNextWord()
574 if (wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) { in latinime_BinaryDictionary_migrateNative()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Dpt_node_params.h169 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE in representsBeginningOfSentence()