Lines Matching defs:set
16 * This module builds a collator based on the rule set.
522 // We must not use CE weight byte 02, so we set it as the minimum lower bound.
713 // we want to set case bits here and now, not later.
715 if(tok->CEs[0] != 0) { // case bits should be set only for non-ignorables
912 /* set the ucaelement with obtained values */
1199 UnicodeSet *set = (UnicodeSet *)src->copySet;
1200 for(i = 0; i < set->getRangeCount(); i++) {
1201 ucol_uprv_bld_copyRangeFromUCA(src, t, set->getRangeStart(i), set->getRangeEnd(i), status);