Home
last modified time | relevance | path

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

/external/smali/util/src/main/java/org/jf/util/
DClassFileNameHandler.java196 int firstEnd = midPoint; // exclusive in shortenPathComponent() local
208 (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()