Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/core/
DNameValue.java51 protected boolean isQuotedString; field in NameValue
111 isQuotedString = true; in setQuotedValue()
119 return isQuotedString; in isValueQuoted()
180 if ( this.isQuotedString ) { in encode()
242 if (isQuotedString) in equals()