Searched refs:headerAttributes (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_read_write_utils.cpp | 70 AttributeMap *const headerAttributes) { in fetchAllHeaderAttributes() argument 89 headerAttributes->insert(AttributeMap::value_type(key, value)); in fetchAllHeaderAttributes() 94 AttributeMap *const headerAttributes) { in readCodePointTable() argument 97 AttributeMap::const_iterator it = headerAttributes->find(keyVector); in readCodePointTable() 98 if (it == headerAttributes->end()) { in readCodePointTable() 139 BufferWithExtendableBuffer *const buffer, const AttributeMap *const headerAttributes, in writeHeaderAttributes() argument 141 for (AttributeMap::const_iterator it = headerAttributes->begin(); in writeHeaderAttributes() 142 it != headerAttributes->end(); ++it) { in writeHeaderAttributes() 161 AttributeMap *const headerAttributes, const char *const key, in setCodePointVectorAttribute() argument 165 (*headerAttributes)[keyVector] = value; in setCodePointVectorAttribute() [all …]
|
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 …]
|