Home
last modified time | relevance | path

Searched refs:isUnreservedCharacter (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java651 !isUnreservedCharacter(testChar)) { in initializePath()
677 !isUnreservedCharacter(testChar)) { in initializePath()
702 !isUnreservedCharacter(testChar)) { in initializePath()
909 else if (!isUnreservedCharacter(testChar) && in setUserinfo()
1339 private static boolean isUnreservedCharacter(char p_char) { in isUnreservedCharacter() method in JaxmURI
1371 isUnreservedCharacter(testChar)) { in isURIString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java651 !isUnreservedCharacter(testChar)) { in initializePath()
677 !isUnreservedCharacter(testChar)) { in initializePath()
702 !isUnreservedCharacter(testChar)) { in initializePath()
909 else if (!isUnreservedCharacter(testChar) && in setUserinfo()
1339 private static boolean isUnreservedCharacter(char p_char) { in isUnreservedCharacter() method in JaxmURI
1371 isUnreservedCharacter(testChar)) { in isURIString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java763 &&!isUnreservedCharacter(testChar)) in initializePath()
801 &&!isUnreservedCharacter(testChar)) in initializePath()
834 &&!isUnreservedCharacter(testChar)) in initializePath()
1078 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1615 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1659 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java784 &&!isUnreservedCharacter(testChar)) in initializePath()
822 &&!isUnreservedCharacter(testChar)) in initializePath()
855 &&!isUnreservedCharacter(testChar)) in initializePath()
1099 else if (!isUnreservedCharacter(testChar) in setUserinfo()
1636 private static boolean isUnreservedCharacter(char p_char) in isUnreservedCharacter() method in URI
1680 if (isReservedCharacter(testChar) || isUnreservedCharacter(testChar)) in isURIString()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLUri.hpp351 static bool isUnreservedCharacter(const XMLCh theChar);
655 inline bool XMLUri::isUnreservedCharacter(const XMLCh theChar) in isUnreservedCharacter() function in XMLUri
H A DXMLUri.cpp885 else if (!isUnreservedCharacter(testChar) && in initializePath()
1429 if ( isUnreservedCharacter(*tmpStr) || in isConformantUserInfo()
1488 if (isUnreservedCharacter(userinfo[index]) || in isValidServerBasedAuthority()
1529 if ( isUnreservedCharacter(*tmpStr) || in isValidServerBasedAuthority()
1559 if (isUnreservedCharacter(authority[index]) || in isValidRegistryBasedAuthority()
1589 if (isUnreservedCharacter(*tmpStr) || in isValidRegistryBasedAuthority()
2488 else if (!isUnreservedCharacter(testChar) && in processPath()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLUri.hpp351 static bool isUnreservedCharacter(const XMLCh theChar);
655 inline bool XMLUri::isUnreservedCharacter(const XMLCh theChar) in isUnreservedCharacter() function in XMLUri

12