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 104 static bool isQuotedString(const AString &str);
M3UParser.cpp 734 if (!isQuotedString(val)) {
751 if (!isQuotedString(val)) {
1176 bool M3UParser::isQuotedString(const AString &str) {
1187 if (!isQuotedString(str)) {
    [all...]

Completed in 165 milliseconds