Searched refs:isReservedCharacter (Results 1 – 2 of 2) sorted by relevance
779 else if (!isReservedCharacter(testChar) in initializePath()817 else if (!isReservedCharacter(testChar) in initializePath()850 else if (!isReservedCharacter(testChar) in initializePath()1605 private static boolean isReservedCharacter(char p_char) in isReservedCharacter() method in URI1661 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
759 else if (!isReservedCharacter(testChar) in initializePath()797 else if (!isReservedCharacter(testChar) in initializePath()830 else if (!isReservedCharacter(testChar) in initializePath()1585 private static boolean isReservedCharacter(char p_char) in isReservedCharacter() method in URI1641 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()