Home
last modified time | relevance | path

Searched defs:mIsBeginningOfSentence (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSuggestionResults.java37 public final boolean mIsBeginningOfSentence; field in SuggestionResults
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DPrevWordsInfo.java47 public final boolean mIsBeginningOfSentence; field in PrevWordsInfo.WordInfo
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
Dprev_words_info.h159 bool mIsBeginningOfSentence[MAX_PREV_WORD_COUNT_FOR_N_GRAM]; variable
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DWordProperty.java38 public final boolean mIsBeginningOfSentence; field in WordProperty