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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java161 public int codePointAt(int i) { method in class:SuggestedWords.SuggestedWordInfo
162 return mWord.codePointAt(i);

Completed in 40 milliseconds