Home | History | Annotate | Download | only in i18n

Lines Matching refs:inList

318     UBool inList(UChar c, const UChar* list) const {
506 while (p < e && !inList(*p, terminators)) ++p;