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

  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h 91 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) {
jni_data_utils.h 83 if (codePoint == CODE_POINT_BEGINNING_OF_SENTENCE) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h 169 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 320 if (wordCodePointCount > 0 && wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
574 if (wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
    [all...]

Completed in 211 milliseconds