Home
last modified time | relevance | path

Searched defs:attributeMap (Results 1 – 16 of 16) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
Ddict_file_writing_utils.cpp42 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in createEmptyDictFile()
66 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap, in createEmptyV4DictFile()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
Ddictionary_structure_with_buffer_policy_factory.cpp58 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryDict()
87 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) { in newPolicyForOnMemoryV4Dict()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DBinaryDictionaryUtilsTests.java51 Map<String, String> attributeMap = new HashMap<>(); in createEmptyVer4DictionaryAndGetFile() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DDecayingExpandableBinaryDictionaryBase.java67 final Map<String, String> attributeMap = super.getHeaderAttributeMap(); in getHeaderAttributeMap() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java38 public static String formatAttributeMap(final HashMap<String, String> attributeMap) { in formatAttributeMap() argument
DBinaryDictionaryUtils.java96 final Locale locale, final Map<String, String> attributeMap) { in createEmptyDictFile() argument
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp52 DictionaryHeaderStructurePolicy::AttributeMap attributeMap = in latinime_BinaryDictionaryUtils_createEmptyDictFile() local
Dcom_android_inputmethod_latin_BinaryDictionary.cpp84 DictionaryHeaderStructurePolicy::AttributeMap attributeMap = in latinime_BinaryDictionary_createOnMemory() local
146 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap = in latinime_BinaryDictionary_getHeaderInfo() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
Dheader_policy.cpp155 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in createAttributeMapAndReadAllAttributes() local
Dheader_policy.h73 const DictionaryHeaderStructurePolicy::AttributeMap *const attributeMap) in HeaderPolicy()
Dheader_read_write_utils.cpp63 const AttributeMap *const attributeMap) { in createAndGetDictionaryFlagsUsingAttributeMap()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java219 HashMap<String, String> attributeMap = new HashMap<>(); in getHeaderAttributeMap() local
665 final Map<String, String> attributeMap) { in clearAndFlushDictionaryWithAdditionalAttributes() argument
DBinaryDictionary.java140 final Map<String, String> attributeMap) { in BinaryDictionary() argument
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.h45 DictionaryHeaderStructurePolicy::AttributeMap attributeMap; in constructAttributeMap() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryDecayingTests.java123 Map<String, String> attributeMap = new HashMap<>(); in createEmptyVer4DictionaryAndGetFile() local
DBinaryDictionaryTests.java76 Map<String, String> attributeMap = new HashMap<>(); in createEmptyVer4DictionaryAndGetFile() local