Searched refs:segs (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DURI.java2224 // segs.length == Number of segments in path
2228 // segs[i] == Index of first char in segment i (0 <= i < segs.length)
2230 static private void split(char[] path, int[] segs) { argument
2245 segs[i++] = p++;
2262 if (i != segs.length)
2273 // segs[i] == -1 implies segment i is to be ignored
2279 static private int join(char[] path, int[] segs) { argument
2280 int ns = segs.length; // Number of segments
2290 int q = segs[
2322 removeDots(char[] path, int[] segs, boolean removeLeading) argument
2383 maybeAddLeadingDot(char[] path, int[] segs) argument
[all...]

Completed in 263 milliseconds