Searched refs:isReservedNoSlash (Results 1 – 1 of 1) sorted by relevance
79 protected static boolean isReservedNoSlash(char next) { in isReservedNoSlash() method in URLParser294 } else if (isReservedNoSlash(la)) { in uricNoSlash()