Home
last modified time | relevance | path

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

12

/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLUri.hpp438 static bool isWellFormedAddress(const XMLCh* const addr
556 static bool isWellFormedAddress(const XMLCh* const addr, const XMLSize_t addrLen);
H A DXMLUri.cpp1197 if ( *newHost && !isWellFormedAddress(newHost, fMemoryManager)) in setHost()
1477 if (!isWellFormedAddress(host, hostLen)) in isValidServerBasedAuthority()
1515 if (!isWellFormedAddress(host, manager)) in isValidServerBasedAuthority()
1662 bool XMLUri::isWellFormedAddress(const XMLCh* const addrString in isWellFormedAddress() function in XMLUri
2248 bool XMLUri::isWellFormedAddress(const XMLCh* const addrString, in isWellFormedAddress() function in XMLUri
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLUri.hpp438 static bool isWellFormedAddress(const XMLCh* const addr
556 static bool isWellFormedAddress(const XMLCh* const addr, const XMLSize_t addrLen);
H A DXMLUri.cpp1174 if ( *newHost && !isWellFormedAddress(newHost, fMemoryManager)) in setHost()
1453 if (!isWellFormedAddress(host, hostLen)) in isValidServerBasedAuthority()
1490 if (!isWellFormedAddress(host, manager)) in isValidServerBasedAuthority()
1633 bool XMLUri::isWellFormedAddress(const XMLCh* const addrString in isWellFormedAddress() function in XMLUri
2219 bool XMLUri::isWellFormedAddress(const XMLCh* const addrString, in isWellFormedAddress() function in XMLUri
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java991 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1483 else if (!isWellFormedAddress(p_host)) { in setHost()
1815 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java990 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1482 else if (!isWellFormedAddress(p_host)) { in setHost()
1814 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java990 if (!isWellFormedAddress(host)) { in isValidServerBasedAuthority()
1482 else if (!isWellFormedAddress(p_host)) { in setHost()
1814 public static boolean isWellFormedAddress(String address) { in isWellFormedAddress() method in URI
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java935 else if (!isWellFormedAddress(p_host)) { in setHost()
1213 public static boolean isWellFormedAddress(String p_address) { in isWellFormedAddress() method in JaxmURI
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java935 else if (!isWellFormedAddress(p_host)) { in setHost()
1213 public static boolean isWellFormedAddress(String p_address) { in isWellFormedAddress() method in JaxmURI
/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.java1110 else if (!isWellFormedAddress(p_host)) in setHost()
1447 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1131 else if (!isWellFormedAddress(p_host)) in setHost()
1468 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1110 else if (!isWellFormedAddress(p_host)) in setHost()
1447 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1131 else if (!isWellFormedAddress(p_host)) in setHost()
1468 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1131 else if (!isWellFormedAddress(p_host)) in setHost()
1468 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1110 else if (!isWellFormedAddress(p_host)) in setHost()
1447 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1131 else if (!isWellFormedAddress(p_host)) in setHost()
1468 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1131 else if (!isWellFormedAddress(p_host)) in setHost()
1468 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI
/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.java1110 else if (!isWellFormedAddress(p_host)) in setHost()
1447 public static boolean isWellFormedAddress(String p_address) in isWellFormedAddress() method in URI

12