Home | History | Annotate | Download | only in utils

Lines Matching defs:isUnreservedCharacter

760                &&!isUnreservedCharacter(testChar))
798 &&!isUnreservedCharacter(testChar))
831 &&!isUnreservedCharacter(testChar))
1075 else if (!isUnreservedCharacter(testChar)
1597 private static boolean isUnreservedCharacter(char p_char)
1641 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar))