Home | History | Annotate | Download | only in i18n

Lines Matching refs:terminators

496         const UChar* terminators;
501 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST;
503 terminators = NOQUOTE_STOPLIST;
506 while (p < e && !inList(*p, terminators)) ++p;