Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictEncoderUtils.java810 final HashMap<Integer, Integer> mCodePointToOneByteCodeMap; field in BinaryDictEncoderUtils.CodePointTable
815 mCodePointToOneByteCodeMap = null; in CodePointTable()
821 mCodePointToOneByteCodeMap = codePointToOneByteCodeMap; in CodePointTable()