Lines Matching refs:set
328 // A (dynamically-sized) set of unsigned integers that behaves especially well
342 // Destructively set a value in this set.
438 // we can set undo_action to IGNORE if we know there is no value to
465 // always set correctly if we succeed. There is no
467 // will set it again or fail.
478 // set the position we have to ignore historically earlier
545 // Here we have a concrete backtrack location. These are set up by choice
765 icu::UnicodeSet set;
766 set.add(character);
767 set = set.closeOver(USET_CASE_INSENSITIVE);
774 int32_t range_count = set.getRangeCount();
777 UChar32 start = set.getRangeStart(i);
778 UChar32 end = set.getRangeEnd(i);
864 // Check whether exor has only one bit set.
1011 ba->set(i, templ[i]);
1226 // ranges to the set of ranges that may actually occur in the subject string.
1445 // set registers to constant values for other reasons, we could introduce a
2758 map_.set();
2766 map_.set(mod_character);
2776 map_.set();
2831 // Iterate only over set bits.
2881 // Iterate only over set bits.
2885 boolean_skip_table->set(j, kDontSkipArrayEntry);
3652 // since false implies false. So let's just set the max answer
3666 // Iterates the node graph and provides the opportunity for propagators to set
3802 // Working out the set of characters that a backreference can match is too