HomeSort by relevance Sort by last modified time
    Searched defs:hostStart (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 107 int hostStart;
110 hostStart = userInfoEnd + 1;
113 hostStart = authorityStart;
121 int colonSearchFrom = hostStart;
122 int ipv6End = UrlUtils.findFirstOf(spec, "]", hostStart, fileStart);
124 if (UrlUtils.findFirstOf(spec, ":", hostStart, ipv6End) == ipv6End) {
126 + spec.substring(hostStart, ipv6End + 1));
131 host = spec.substring(hostStart, hostEnd);
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURL.cpp 665 unsigned KURL::hostStart() const
  /external/zxing/core/
core.jar 

Completed in 537 milliseconds