Searched defs:codePointCount (Results 1 - 2 of 2) sorted by last modified time

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DStringUtils.java31 public static int codePointCount(String text) { method in class:StringUtils
33 return text.codePointCount(0, text.length());
171 final int[] codePoints = new int[Character.codePointCount(characters, 0, length)];
H A DSuggestedWords.java144 mCodePointCount = StringUtils.codePointCount(mWord);
157 public int codePointCount() { method in class:SuggestedWords.SuggestedWordInfo

Completed in 47 milliseconds