Home
last modified time | relevance | path

Searched refs:hnp (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DViaParser.java85 HostNameParser hnp = new HostNameParser(this.getLexer()); in parseVia() local
86 HostPort hostPort = hnp.hostPort( true ); in parseVia()
DURLParser.java317 HostNameParser hnp = new HostNameParser(this.getLexer()); in uricString() local
318 HostPort hp = hnp.hostPort( false ); in uricString()
643 HostNameParser hnp = new HostNameParser(this.getLexer()); in sipURL() local
644 HostPort hp = hnp.hostPort( false ); in sipURL()
/external/nist-sip/java/gov/nist/core/
DHostNameParser.java333 HostNameParser hnp = new HostNameParser(hostNames[i]); in main() local
334 HostPort hp = hnp.hostPort(true); in main()