Searched refs:quoted (Results 1 – 7 of 7) sorted by relevance
145 private static CharSequence quoted(Object s) { in quoted() method in SignedConfig173 "Config key " + key + " contains unsupported value " + quoted(value)); in parsePerSdkConfig()
235 boolean quoted = false; in reorderPickers()242 quoted = !quoted; in reorderPickers()245 if (!quoted) { in reorderPickers()
460 boolean quoted = false; in getSmallTime()465 quoted = !quoted; in getSmallTime()467 if (!quoted && c == 'a') { in getSmallTime()
809 bool quoted = false; in FindNextUnquoted() local814 quoted = !quoted; in FindNextUnquoted()815 } else if (c == what && !quoted) { in FindNextUnquoted()
606 | "( (?: [^"\\\\] | \\\\. )* )" # Group 3: double-quoted
6228 char quoted = 0; in collectString() local6237 if (quoted == 0 && isspace16(c) in collectString()6241 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()6244 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()6264 if (quoted == 0) { in collectString()6265 quoted = *p; in collectString()6267 quoted = 0; in collectString()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...