Home
last modified time | relevance | path

Searched refs:decodeHeaderAttributes (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtils.java189 BinaryDictDecoderUtils.decodeHeaderAttributes(headerBuffer); in process()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java375 public static HashMap<String, String> decodeHeaderAttributes(@Nonnull final byte[] headerBuffer) in decodeHeaderAttributes() method in BinaryDictDecoderUtils