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

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.cpp 372 unsigned hostLength = value.length();
376 if (i == hostLength)
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 460 int hostLength = 0;
462 hostLength = host.length();
464 StringBuilder buf = new StringBuilder(2 + hostLength
466 if (hostLength > 0) {
    [all...]

Completed in 77 milliseconds