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()
235 boolean quoted = false; in reorderPickers()242 quoted = !quoted; in reorderPickers()245 if (!quoted) { in reorderPickers()
289 boolean quoted = false; in getSmallTime()294 quoted = !quoted; in getSmallTime()296 if (!quoted && c == 'a') { in getSmallTime()
778 bool quoted = false; in FindNextUnquoted() local783 quoted = !quoted; in FindNextUnquoted()784 } else if (c == what && !quoted) { in FindNextUnquoted()
5730 char quoted = 0; in collectString() local5739 if (quoted == 0 && isspace16(c) in collectString()5743 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()5746 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()5766 if (quoted == 0) { in collectString()5767 quoted = *p; in collectString()5769 quoted = 0; in collectString()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...