Lines Matching full:terminators
491 const UChar* terminators;496 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST;498 terminators = NOQUOTE_STOPLIST;501 while (p < e && !inList(*p, terminators)) ++p;