Home | History | Annotate | Download | only in intltest

Lines Matching full:fastnot

3691             UnicodeSet *fastNot=new UnicodeSet(*sets[SLOW_NOT]);
3692 fastNot->freeze();
3693 sets[FAST_NOT]=(UnicodeSet *)fastNot->clone();
3694 delete fastNot;