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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
unigram_property.h 55 UnigramProperty(const bool representsBeginningOfSentence, const bool isNotAWord,
58 : mRepresentsBeginningOfSentence(representsBeginningOfSentence),
62 bool representsBeginningOfSentence() const {
word_property.cpp 32 mUnigramProperty.representsBeginningOfSentence()};
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 224 if (unigramProperty->representsBeginningOfSentence()) {
233 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) {
289 true /* representsBeginningOfSentence */, true /* isNotAWord */,
502 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(),
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 214 if (unigramProperty->representsBeginningOfSentence()) {
223 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) {
301 true /* representsBeginningOfSentence */, true /* isNotAWord */,
514 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(),
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 131 if (unigramProperty->representsBeginningOfSentence()
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
pt_node_params.h 167 AK_FORCE_INLINE int representsBeginningOfSentence() const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 433 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(),
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 605 wordProperty.getUnigramProperty()->representsBeginningOfSentence());
    [all...]

Completed in 215 milliseconds