HomeSort by relevance Sort by last modified time
    Searched full:striplen (Results 1 - 1 of 1) sorted by null

  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 129 int stripLen = rest.indexOf(']');
131 if (stripLen == -1){
136 lexer.consume(stripLen+1);

Completed in 28 milliseconds