Home | History | Annotate | Download | only in androidfw

Lines Matching defs:quoted

5135     char quoted = 0;
5144 if (quoted == 0 && isspace16(c)
5148 if (c == '"' && (quoted == 0 || quoted == '"')) {
5151 if (c == '\'' && (quoted == 0 || quoted == '\'')) {
5171 if (quoted == 0) {
5172 quoted = *p;
5174 quoted = 0;