Searched refs:quoted (Results 1 – 6 of 6) 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()
109 boolean quoted = false; in MIMEContainer()114 quoted = true; in MIMEContainer()130 mText = recode(getBody(in, boundary, quoted, eof), charset); in MIMEContainer()253 …private static String getBody(LineNumberReader in, String boundary, boolean quoted, AtomicBoolean … in getBody() argument274 if (quoted) { in getBody()
220 boolean quoted = false; in getSmallTime()225 quoted = !quoted; in getSmallTime()227 if (!quoted && c == 'a') { in getSmallTime()
235 boolean quoted = false; in reorderPickers()242 quoted = !quoted; in reorderPickers()245 if (!quoted) { in reorderPickers()
778 bool quoted = false; in FindNextUnquoted() local783 quoted = !quoted; in FindNextUnquoted()784 } else if (c == what && !quoted) { in FindNextUnquoted()
5615 char quoted = 0; in collectString() local5624 if (quoted == 0 && isspace16(c) in collectString()5628 if (c == '"' && (quoted == 0 || quoted == '"')) { in collectString()5631 if (c == '\'' && (quoted == 0 || quoted == '\'')) { in collectString()5651 if (quoted == 0) { in collectString()5652 quoted = *p; in collectString()5654 quoted = 0; in collectString()