Searched refs:readHeaderValueOrQuestionMark (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | dictionary.cpp | 205 headerPolicy->readHeaderValueOrQuestionMark("dictionary", dictionaryIdCodePointBuffer, in logDictionaryInfo() 207 headerPolicy->readHeaderValueOrQuestionMark("version", versionStringCodePointBuffer, in logDictionaryInfo() 209 headerPolicy->readHeaderValueOrQuestionMark("date", dateStringCodePointBuffer, in logDictionaryInfo()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/ |
D | dictionary_header_structure_policy.h | 47 virtual void readHeaderValueOrQuestionMark(const char *const key, int *outValue,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_policy.cpp | 52 void HeaderPolicy::readHeaderValueOrQuestionMark(const char *const key, int *outValue, in readHeaderValueOrQuestionMark() function in latinime::HeaderPolicy
|
D | header_policy.h | 198 void readHeaderValueOrQuestionMark(const char *const key,
|