Home | History | Annotate | Download | only in i18n

Lines Matching refs: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;