Home | History | Annotate | Download | only in i18n

Lines Matching defs:inList

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