HomeSort by relevance Sort by last modified time
    Searched defs:representsBeginningOfSentence (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
unigram_property.h 57 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord,
60 : mRepresentsBeginningOfSentence(representsBeginningOfSentence),
66 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord,
69 : mRepresentsBeginningOfSentence(representsBeginningOfSentence),
75 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord,
78 : mRepresentsBeginningOfSentence(representsBeginningOfSentence),
84 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord,
87 : mRepresentsBeginningOfSentence(representsBeginningOfSentence),
92 bool representsBeginningOfSentence() const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
probability_entry.h 52 : mFlags(createFlags(unigramProperty->representsBeginningOfSentence(),
84 bool representsBeginningOfSentence() const {
157 static uint8_t createFlags(const bool representsBeginningOfSentence,
160 if (representsBeginningOfSentence) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h 168 AK_FORCE_INLINE int representsBeginningOfSentence() const {

Completed in 70 milliseconds