Home | History | Annotate | Download | only in intltest

Lines Matching defs:SLOW

3028     SLOW,
3036 "slow",
3037 "slow.not",
3124 if(!sets[SLOW]->getSet().containsAll(string)) {
3126 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3135 if(!sets[SLOW]->getSet().containsNone(string)) {
3137 testName, (long)index, setNames[SLOW], (long)prev, (long)limit);
3629 sets[SLOW]=new UnicodeSet(UnicodeString(s, -1, US_INV).unescape(), errorCode);
3634 sets[SLOW_NOT]=new UnicodeSet(*sets[SLOW]);
3637 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]);