HomeSort by relevance Sort by last modified time
    Searched refs:isQuotedString (Results 1 - 3 of 3) sorted by null

  /external/nist-sip/java/gov/nist/core/
NameValue.java 51 protected boolean isQuotedString;
111 isQuotedString = true;
119 return isQuotedString;
180 if ( this.isQuotedString ) {
242 if (isQuotedString)
  /frameworks/av/media/libstagefright/httplive/
M3UParser.h 114 static bool isQuotedString(const AString &str);
M3UParser.cpp 824 if (!isQuotedString(val)) {
864 if (!isQuotedString(val)) {
    [all...]

Completed in 507 milliseconds