Home
last modified time | relevance | path

Searched refs:fetchAllHeaderAttributes (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_read_write_utils.h46 static void fetchAllHeaderAttributes(const uint8_t *const dictBuf,
H A Dheader_policy.cpp158 HeaderReadWriteUtils::fetchAllHeaderAttributes(dictBuf, &attributeMap); in createAttributeMapAndReadAllAttributes()
H A Dheader_read_write_utils.cpp69 /* static */ void HeaderReadWriteUtils::fetchAllHeaderAttributes(const uint8_t *const dictBuf, in fetchAllHeaderAttributes() function in latinime::HeaderReadWriteUtils