Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dprobability_entry.h85 return (mFlags & Ver4DictConstants::FLAG_REPRESENTS_BEGINNING_OF_SENTENCE) != 0; in representsBeginningOfSentence()
161 flags |= Ver4DictConstants::FLAG_REPRESENTS_BEGINNING_OF_SENTENCE; in createFlags()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_constants.h54 static const uint8_t FLAG_REPRESENTS_BEGINNING_OF_SENTENCE; variable
Dver4_dict_constants.cpp55 const uint8_t Ver4DictConstants::FLAG_REPRESENTS_BEGINNING_OF_SENTENCE = 0x1; member in latinime::Ver4DictConstants