Home | History | Annotate | Download | only in common

Lines Matching defs:incl

163     UnicodeSet * &incl = gInclusions[src].fSet;
164 U_ASSERT(incl == NULL);
166 incl = new UnicodeSet();
167 if (incl == NULL) {
172 (USet *)incl,
180 incl->ensureCapacity(DEFAULT_INCLUSION_CAPACITY, status);
242 delete incl;
243 incl = NULL;
247 incl->compact();