Home
last modified time | relevance | path

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

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