Home | History | Annotate | Download | only in intltest

Lines Matching defs:fast

3030     FAST,
3038 "fast",
3039 "fast.not"
3129 if(!sets[FAST]->getSet().containsAll(string)) {
3131 testName, (long)index, setNames[FAST], (long)prev, (long)limit);
3140 if(!sets[FAST]->getSet().containsNone(string)) {
3142 testName, (long)index, setNames[FAST], (long)prev, (long)limit);
3637 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]);
3638 fast->freeze();
3639 sets[FAST]=(UnicodeSet *)fast->clone();
3640 delete fast;