Home | History | Annotate | Download | only in intltest

Lines Matching refs:toRules

600       parent->logln("Checking that toRules works");
604 rules = sourceToTarget->toRules(rules, TRUE);
605 // parent->logln((UnicodeString)"toRules => " + rules);
615 rules = targetToSource->toRules(rules, FALSE);
636 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2);
651 logToRulesFails("Target-Source, toRules", srcStr, targ, targ2);