Searched refs:codePointCountInS (Results 1 – 1 of 1) sorted by relevance
558 final int codePointCountInS = s.codePointCount(0, s.length()); in findWordInTree() local573 if (index < codePointCountInS) { in findWordInTree()576 } while (null != node && index < codePointCountInS); in findWordInTree()578 if (index < codePointCountInS) return null; in findWordInTree()