Home
last modified time | relevance | path

Searched defs:hostEnd (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DHostNameParser.java225 int hostEnd = uriHeader.indexOf(Lexer.QUESTION); in isIPv6Address() local
/external/webkit/WebCore/platform/
DKURL.h350 inline unsigned KURL::hostEnd() const in hostEnd() function
DKURLGoogle.cpp594 int hostEnd = s.find(":"); in setHostAndPort() local
1060 unsigned KURL::hostEnd() const in hostEnd() function in WebCore::KURL
DKURL.cpp1069 int hostEnd; in parse() local
1563 int hostStart, hostEnd; in encodeHostnames() local
/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.cpp89 unsigned hostEnd = url.hostEnd(); in urlHostHash() local