Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp204 const int intDefaultValue = defaultValue ? 1 : 0; in readBoolAttributeValue() local
205 const int intValue = readIntAttributeValue(headerAttributes, key, intDefaultValue); in readBoolAttributeValue()