Searched refs:quoted (Results 1 – 7 of 7) sorted by relevance
213 boolean quoted = false; in unescapeArgs()217 quoted = true; in unescapeArgs()222 char terminator = quoted ? '\"' : ' '; in unescapeArgs()234 if (!quoted) { in unescapeArgs()253 quoted = true; in unescapeArgs()256 quoted = false; in unescapeArgs()263 ", length=" + length + ", quoted=" + quoted); in unescapeArgs()
164 String quoted = "\"This is a wug.\""; in testUnquote() local169 assertEquals(unquoted, Utils.unquote(quoted)); in testUnquote()170 assertEquals(quoted, Utils.unquote(twiceQuoted)); in testUnquote()
235 boolean quoted = false; in reorderPickers()242 quoted = !quoted; in reorderPickers()245 if (!quoted) { in reorderPickers()
145 private static CharSequence quoted(Object s) { in quoted() method in SignedConfig173 "Config key " + key + " contains unsupported value " + quoted(value)); in parsePerSdkConfig()
405 boolean quoted = false; in getSmallTime()410 quoted = !quoted; in getSmallTime()412 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()
5958 char quoted = 0; in collectString() local5967 if (quoted == 0 && isspace16(c) in collectString()5971 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()5974 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()5994 if (quoted == 0) { in collectString()5995 quoted = *p; in collectString()5997 quoted = 0; in collectString()