Home | History | Annotate | Download | only in intltest

Lines Matching defs:FAST

3048     FAST,
3056 "fast",
3057 "fast.not"
3147 if(!sets[FAST]->getSet().containsAll(string)) {
3149 testName, (long)index, setNames[FAST], (long)prev, (long)limit);
3158 if(!sets[FAST]->getSet().containsNone(string)) {
3160 testName, (long)index, setNames[FAST], (long)prev, (long)limit);
3655 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]);
3656 fast->freeze();
3657 sets[FAST]=(UnicodeSet *)fast->clone();
3658 delete fast;