Searched defs:attributeMap (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Ddict_file_writing_utils.cpp32 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);
31 createEmptyDictFile(const char *const filePath, const int dictVersion, const HeaderReadWriteUtils::AttributeMap *const attributeMap) argument
42 createEmptyV3DictFile(const char *const filePath, const HeaderReadWriteUtils::AttributeMap *const attributeMap) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DAbstractDictionaryWriter.java64 final Map<String, String> attributeMap) throws IOException, UnsupportedFormatException;
66 public void write(final String fileName, final Map<String, String> attributeMap) { argument
72 writeDictionary(dictEncoder, attributeMap);
63 writeDictionary(final DictEncoder dictEncoder, final Map<String, String> attributeMap) argument
H A DDictionaryWriter.java89 final Map<String, String> attributeMap) throws IOException, UnsupportedFormatException {
90 for (final Map.Entry<String, String> entry : attributeMap.entrySet()) {
88 writeDictionary(final DictEncoder dictEncoder, final Map<String, String> attributeMap) argument
H A DBinaryDictionary.java146 final Map<String, String> attributeMap) {
147 final String[] keyArray = new String[attributeMap.size()];
148 final String[] valueArray = new String[attributeMap.size()];
150 for (final String key : attributeMap.keySet()) {
152 valueArray[index] = attributeMap.get(key);
145 createEmptyDictFile(final String filePath, final long dictVersion, final Map<String, String> attributeMap) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
H A Dheader_policy.cpp113 HeaderReadWriteUtils::AttributeMap attributeMap; local
114 HeaderReadWriteUtils::fetchAllHeaderAttributes(dictBuf, &attributeMap);
115 return attributeMap;
H A Dheader_policy.h54 const HeaderReadWriteUtils::AttributeMap *const attributeMap)
57 attributeMap)), mSize(0), mAttributeMap(*attributeMap),
53 HeaderPolicy(const FormatUtils::FORMAT_VERSION dictFormatVersion, const HeaderReadWriteUtils::AttributeMap *const attributeMap) argument
H A Dheader_read_write_utils.cpp70 const HeaderReadWriteUtils::AttributeMap *const attributeMap) {
71 const bool requiresGermanUmlautProcessing = readBoolAttributeValue(attributeMap,
73 const bool requiresFrenchLigatureProcessing = readBoolAttributeValue(attributeMap,
75 const bool supportsDynamicUpdate = readBoolAttributeValue(attributeMap,
69 createAndGetDictionaryFlagsUsingAttributeMap( const HeaderReadWriteUtils::AttributeMap *const attributeMap) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DDynamicPersonalizationDictionaryWriter.java124 final Map<String, String> attributeMap) throws IOException, UnsupportedFormatException {
123 writeDictionary(final DictEncoder dictEncoder, final Map<String, String> attributeMap) argument
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp51 HeaderReadWriteUtils::AttributeMap attributeMap; local
70 attributeMap[key] = value;
74 &attributeMap);

Completed in 355 milliseconds