Searched defs:quoted (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp623 bool quoted = false; local
628 quoted = !quoted;
629 } else if (c == what && !quoted) {
693 ALOGE("Expected quoted string for %s attribute, "
907 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.",
919 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.",
931 ALOGE("Expected quoted string for NAME, got '%s' instead.",
988 ALOGE("Expected quoted string for URI, got '%s' instead.",
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4759 char quoted = 0; local
4768 if (quoted == 0 && isspace16(c)
4772 if (c == '"' && (quoted == 0 || quoted == '"')) {
4775 if (c == '\'' && (quoted == 0 || quoted == '\'')) {
4795 if (quoted == 0) {
4796 quoted = *p;
4798 quoted = 0;

Completed in 106 milliseconds