Home | History | Annotate | Download | only in intltest

Lines Matching refs:toRules

601       parent->logln("Checking that toRules works");
605 rules = sourceToTarget->toRules(rules, TRUE);
606 // parent->logln((UnicodeString)"toRules => " + rules);
616 rules = targetToSource->toRules(rules, FALSE);
637 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2);
652 logToRulesFails("Target-Source, toRules", srcStr, targ, targ2);