Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java150 static int getCharSize(final int character, in getCharSize() method in BinaryDictDecoderUtils.CharEncoding
164 for (int character : chars) size += getCharSize(character, codePointToOneByteCodeMap); in getCharArraySize()
187 if (1 == getCharSize(codePoint, codePointToOneByteCodeMap)) { in writeCharArray()
220 if (1 == getCharSize(codePoint, codePointToOneByteCodeMap)) { in writeString()
247 final int charSize = getCharSize(codePoint, codePointToOneByteCodeMap); in writeString()