Home | History | Annotate | Download | only in intltest

Lines Matching defs:SLOW

3046     SLOW,
3054 "slow",
3055 "slow.not",
3142 if(!sets[SLOW]->getSet().containsAll(string)) {
3144 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3153 if(!sets[SLOW]->getSet().containsNone(string)) {
3155 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3647 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode);
3652 sets[SLOW_NOT]=new UnicodeSet(*sets[SLOW]);
3655 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]);