Home | History | Annotate | Download | only in i18n

Lines Matching full:legal

64     UnicodeSet *legalPtr = &legal;
65 // Get the legal character set
86 Transliterator(o), legal(o.legal) {}
94 // not necessary: the legal sets should all be the same -- legal=o.legal;
160 // Look for legal chars. If \s+ is found, convert it
221 // Check if c is a legal char. We assume here that
222 // legal.contains(OPEN_DELIM) is FALSE, so when we abort a
224 if (legal.contains(c)) {