HomeSort by relevance Sort by last modified time
    Searched refs:AttributeMap (Results 1 - 18 of 18) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_read_write_utils.h 34 typedef std::map<std::vector<int>, std::vector<int> > AttributeMap;
58 const HeaderReadWriteUtils::AttributeMap *const attributeMap);
61 AttributeMap *const headerAttributes);
73 const AttributeMap *const headerAttributes, int *const writingPos);
78 static void setBoolAttribute(AttributeMap *const headerAttributes,
81 static void setIntAttribute(AttributeMap *const headerAttributes,
84 static bool readBoolAttributeValue(const AttributeMap *const headerAttributes,
87 static int readIntAttributeValue(const AttributeMap *const headerAttributes,
91 AttributeMap::key_type *const key)
    [all...]
header_read_write_utils.cpp 70 const HeaderReadWriteUtils::AttributeMap *const attributeMap) {
71 const bool requiresGermanUmlautProcessing = readBoolAttributeValue(attributeMap,
73 const bool requiresFrenchLigatureProcessing = readBoolAttributeValue(attributeMap,
75 const bool supportsDynamicUpdate = readBoolAttributeValue(attributeMap,
85 AttributeMap *const headerAttributes) {
103 headerAttributes->insert(AttributeMap::value_type(key, value));
138 BufferWithExtendableBuffer *const buffer, const AttributeMap *const headerAttributes,
140 for (AttributeMap::const_iterator it = headerAttributes->begin();
159 /* static */ void HeaderReadWriteUtils::setBoolAttribute(AttributeMap *const headerAttributes
    [all...]
header_policy.cpp 43 HeaderReadWriteUtils::AttributeMap::const_iterator it = mAttributeMap.find(keyCodePointVector);
84 HeaderReadWriteUtils::AttributeMap attributeMapTowrite(mAttributeMap);
111 /* static */ HeaderReadWriteUtils::AttributeMap
113 HeaderReadWriteUtils::AttributeMap attributeMap;
114 HeaderReadWriteUtils::fetchAllHeaderAttributes(dictBuf, &attributeMap);
115 return attributeMap;
header_policy.h 54 const HeaderReadWriteUtils::AttributeMap *const attributeMap)
57 attributeMap)), mSize(0), mAttributeMap(*attributeMap),
136 HeaderReadWriteUtils::AttributeMap mAttributeMap;
147 static HeaderReadWriteUtils::AttributeMap createAttributeMapAndReadAllAttributes(
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.h 32 const HeaderReadWriteUtils::AttributeMap *const attributeMap);
44 const HeaderReadWriteUtils::AttributeMap *const attributeMap);
dict_file_writing_utils.cpp 32 const int dictVersion, const HeaderReadWriteUtils::AttributeMap *const attributeMap) {
35 return createEmptyV3DictFile(filePath, attributeMap);
43 const HeaderReadWriteUtils::AttributeMap *const attributeMap) {
45 HeaderPolicy headerPolicy(FormatUtils::VERSION_3, attributeMap);
  /external/sfntly/cpp/src/test/
test_xml_utils.h 24 typedef std::map<std::string, std::string> AttributeMap;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 60 AttributeMapType AttributeMap;
107 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
108 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 425 unsigned &Entry = AttributeMap[PAL];
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 64 AttributeMapType AttributeMap;
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 437 unsigned &Entry = AttributeMap[PAL];
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 64 AttributeMapType AttributeMap;
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 437 unsigned &Entry = AttributeMap[PAL];
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 64 AttributeMapType AttributeMap;
111 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
ValueEnumerator.cpp 427 unsigned &Entry = AttributeMap[PAL];
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 51 HeaderReadWriteUtils::AttributeMap attributeMap;
59 HeaderReadWriteUtils::AttributeMap::key_type key;
68 HeaderReadWriteUtils::AttributeMap::mapped_type value;
70 attributeMap[key] = value;
74 &attributeMap);
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 565 milliseconds