Home
last modified time | relevance | path

Searched refs:supportsBeginningOfSentence (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
H A Ddictionary_header_structure_policy.h54 virtual bool supportsBeginningOfSentence() const = 0;
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_policy.h213 bool supportsBeginningOfSentence() const { in supportsBeginningOfSentence() function
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.cpp133 ->supportsBeginningOfSentence()) { in addUnigramEntry()