HomeSort by relevance Sort by last modified time
    Searched refs:representsBeginningOfSentence (Results 1 - 9 of 9) 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) {
language_model_dict_content.cpp 86 if (prevWordProbabilityEntry.representsBeginningOfSentence()
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 190 prevWordPtNodeParams.representsBeginningOfSentence(),
215 prevWordPtNodeParams.representsBeginningOfSentence(), bigramsIt.getProbability());
295 if (unigramProperty->representsBeginningOfSentence()) {
305 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) {
376 true /* representsBeginningOfSentence */, true /* isNotAWord */,
458 const UnigramProperty unigramProperty(false /* representsBeginningOfSentence */,
591 ptNodeParams.representsBeginningOfSentence(), rawBigramProbability);
594 ptNodeParams.representsBeginningOfSentence()),
617 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 208 if (unigramProperty->representsBeginningOfSentence()) {
218 if (addedNewUnigram && !unigramProperty->representsBeginningOfSentence()) {
306 true /* representsBeginningOfSentence */, true /* isNotAWord */,
385 const UnigramProperty unigramProperty(false /* representsBeginningOfSentence */,
405 true /* representsBeginningOfSentence */,
528 prevWordIds[i]).representsBeginningOfSentence();
565 const UnigramProperty unigramProperty(probabilityEntry.representsBeginningOfSentence(),
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.cpp 40 unigramProperty.representsBeginningOfSentence()};
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 453 ptNodeParams.representsBeginningOfSentence()),
478 const UnigramProperty unigramProperty(ptNodeParams.representsBeginningOfSentence(),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h 168 AK_FORCE_INLINE int representsBeginningOfSentence() const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 131 if (unigramProperty->representsBeginningOfSentence()

Completed in 740 milliseconds