Searched defs:getCharSize (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java140 static int getCharSize(final int character) { method in class:BinaryDictDecoderUtils.CharEncoding
152 for (int character : chars) size += getCharSize(character);
166 if (1 == getCharSize(codePoint)) {
192 if (1 == getCharSize(codePoint)) {
218 final int charSize = getCharSize(codePoint);

Completed in 18 milliseconds