Searched refs:firstEnd (Results 1 – 1 of 1) sorted by relevance
196 int firstEnd = midPoint; // exclusive in shortenPathComponent() local208 (firstEnd > 0 || secondStart < codePoints.length)) { in shortenPathComponent()209 if (firstEnd > 0) { in shortenPathComponent()210 firstEnd--; in shortenPathComponent()211 bytesRemoved += utf8Length(codePoints[firstEnd]); in shortenPathComponent()221 for (int i=0; i<firstEnd; i++) { in shortenPathComponent()