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 101 if (codePointCount > 0 && codePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
110 codePoints[0] = CODE_POINT_BEGINNING_OF_SENTENCE;
jni_data_utils.h 80 if (codePoint == CODE_POINT_BEGINNING_OF_SENTENCE) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
pt_node_params.h 168 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 311 if (wordCodePointCount > 0 && wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
572 if (wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
    [all...]

Completed in 207 milliseconds