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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A 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...]
H A Dheader_read_write_utils.cpp70 AttributeMap *const headerAttributes) {
89 headerAttributes->insert(AttributeMap::value_type(key, value));
94 AttributeMap *const headerAttributes) {
97 AttributeMap::const_iterator it = headerAttributes->find(keyVector);
98 if (it == headerAttributes->end()) {
139 BufferWithExtendableBuffer *const buffer, const AttributeMap *const headerAttributes,
141 for (AttributeMap::const_iterator it = headerAttributes->begin();
142 it != headerAttributes->end(); ++it) {
161 AttributeMap *const headerAttributes, const char *const key,
165 (*headerAttributes)[keyVecto
69 fetchAllHeaderAttributes(const uint8_t *const dictBuf, AttributeMap *const headerAttributes) argument
93 readCodePointTable( AttributeMap *const headerAttributes) argument
138 writeHeaderAttributes( BufferWithExtendableBuffer *const buffer, const AttributeMap *const headerAttributes, int *const writingPos) argument
160 setCodePointVectorAttribute( AttributeMap *const headerAttributes, const char *const key, const std::vector<int> &value) argument
168 setBoolAttribute(AttributeMap *const headerAttributes, const char *const key, const bool value) argument
173 setIntAttribute(AttributeMap *const headerAttributes, const char *const key, const int value) argument
180 setIntAttributeInner(AttributeMap *const headerAttributes, const AttributeMap::key_type *const key, const int value) argument
189 readCodePointVectorAttributeValue( const AttributeMap *const headerAttributes, const char *const key) argument
201 readBoolAttributeValue( const AttributeMap *const headerAttributes, const char *const key, const bool defaultValue) argument
209 readIntAttributeValue( const AttributeMap *const headerAttributes, const char *const key, const int defaultValue) argument
217 readIntAttributeValueInner( const AttributeMap *const headerAttributes, const AttributeMap::key_type *const key, const int defaultValue) argument
[all...]

Completed in 144 milliseconds