Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java558 final int codePointCountInS = s.codePointCount(0, s.length()); in findWordInTree() local
573 if (index < codePointCountInS) { in findWordInTree()
576 } while (null != node && index < codePointCountInS); in findWordInTree()
578 if (index < codePointCountInS) return null; in findWordInTree()