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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java1137 else if (!isURICharacter(testChar)) {
1165 else if (!isURICharacter(testChar)) {
1190 else if (!isURICharacter(testChar)) {
2139 private static boolean isURICharacter (char p_char) { method in class:URI
2197 if (isURICharacter(testChar)) {

Completed in 33 milliseconds