Searched refs:wholeLen (Results 1 – 2 of 2) sorted by relevance
268 int wholeLen = truncatedWholePart.length(); in initPositions() local270 if (msdIndex > wholeLen && msdIndex <= wholeLen + 3) { in initPositions()272 msdIndex = wholeLen - 1; in initPositions()274 int minCharOffset = msdIndex - wholeLen; in initPositions()
215 int wholeLen = whole.length(); in startsWith() local217 if (prefixLen > wholeLen) { in startsWith()