Home
last modified time | relevance | path

Searched defs:FLAG_REPRESENTS_BEGINNING_OF_SENTENCE (Results 1 – 2 of 2) sorted by relevance

/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