Searched refs:headerAttributes (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
H A D | header_read_write_utils.cpp | 70 AttributeMap *const headerAttributes) { in fetchAllHeaderAttributes() argument 94 AttributeMap *const headerAttributes) { in readCodePointTable() argument 98 if (it == headerAttributes->end()) { in readCodePointTable() 142 it != headerAttributes->end(); ++it) { in writeHeaderAttributes() 165 (*headerAttributes)[keyVector] = value; in setCodePointVectorAttribute() 170 setIntAttribute(headerAttributes, key, value ? 1 : 0); in setBoolAttribute() 177 setIntAttributeInner(headerAttributes, &keyVector, value); in setIntAttribute() 186 (*headerAttributes)[*key] = valueVector; in setIntAttributeInner() 194 if (it == headerAttributes->end()) { in readCodePointVectorAttributeValue() 220 AttributeMap::const_iterator it = headerAttributes->find(*key); in readIntAttributeValueInner() [all …]
|
H A D | header_read_write_utils.h | 47 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes); 50 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes); 62 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 69 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 73 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 77 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 81 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 85 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 89 const DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, 113 DictionaryHeaderStructurePolicy::AttributeMap *const headerAttributes, [all …]
|