Searched refs:quoted (Results 1 – 5 of 5) sorted by relevance
206 boolean quoted = false; in unescapeArgs()210 quoted = true; in unescapeArgs()215 char terminator = quoted ? '\"' : ' '; in unescapeArgs()227 if (!quoted) { in unescapeArgs()246 quoted = true; in unescapeArgs()249 quoted = false; in unescapeArgs()256 ", length=" + length + ", quoted=" + quoted); in unescapeArgs()
164 boolean quoted = false; in getSmallTime()169 quoted = !quoted; in getSmallTime()171 if (!quoted && c == 'a') { in getSmallTime()
235 boolean quoted = false; in reorderPickers()242 quoted = !quoted; in reorderPickers()245 if (!quoted) { in reorderPickers()
705 bool quoted = false; in FindNextUnquoted() local710 quoted = !quoted; in FindNextUnquoted()711 } else if (c == what && !quoted) { in FindNextUnquoted()
5135 char quoted = 0; in collectString() local5144 if (quoted == 0 && isspace16(c) in collectString()5148 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()5151 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()5171 if (quoted == 0) { in collectString()5172 quoted = *p; in collectString()5174 quoted = 0; in collectString()