Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp70 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 …]
Dheader_read_write_utils.h47 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 …]