Searched defs:removeLeading (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DURI.java2322 private static void removeDots(char[] path, int[] segs, boolean removeLeading) { argument
2369 } else if (removeLeading) {
2425 private static String normalize(String ps, boolean removeLeading) { argument
2440 removeDots(path, segs, removeLeading);

Completed in 31 milliseconds