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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java650 else if (!isReservedCharacter(testChar) &&
676 else if (!isReservedCharacter(testChar) &&
701 else if (!isReservedCharacter(testChar) &&
1325 private static boolean isReservedCharacter(char p_char) { method in class:JaxmURI
1365 if (isReservedCharacter(testChar) ||
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java762 else if (!isReservedCharacter(testChar)
800 else if (!isReservedCharacter(testChar)
833 else if (!isReservedCharacter(testChar)
1603 private static boolean isReservedCharacter(char p_char) method in class:URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar))
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java783 else if (!isReservedCharacter(testChar)
821 else if (!isReservedCharacter(testChar)
854 else if (!isReservedCharacter(testChar)
1624 private static boolean isReservedCharacter(char p_char) method in class:URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar))
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java2120 private static boolean isReservedCharacter(char p_char) { method in class:URI

Completed in 44 milliseconds