Searched refs:CODE_POINT_BEGINNING_OF_SENTENCE (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dchar_utils.h91 if (codePointCount > 0 && codePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
100 codePoints[0] = CODE_POINT_BEGINNING_OF_SENTENCE;
107 if (codePointCount <= 0 || codePoints[0] != CODE_POINT_BEGINNING_OF_SENTENCE) {
H A Djni_data_utils.h83 if (codePoint == CODE_POINT_BEGINNING_OF_SENTENCE) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpt_node_params.h169 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp320 if (wordCodePointCount > 0 && wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
574 if (wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {

Completed in 122 milliseconds