OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TelURLImpl
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java
41
public class
TelURLImpl
50
/** Creates a new instance of
TelURLImpl
*/
51
public
TelURLImpl
() {
176
TelURLImpl
retval = (
TelURLImpl
) super.clone();
AddressFactoryImpl.java
154
TelURLImpl
timp = (
TelURLImpl
) smp.parseUrl(telUrl);
/external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java
34
import gov.nist.javax.sip.address.
TelURLImpl
;
590
public
TelURLImpl
telURL( boolean inBrackets ) throws ParseException {
594
TelURLImpl
telUrl = new
TelURLImpl
();
Completed in 163 milliseconds