Searched refs:targ2 (Results 1 – 1 of 1) sorted by relevance
634 UnicodeString targ2 = srcStr; in test2() local635 sourceToTarget2->transliterate(targ2); in test2()636 if (targ != targ2) { in test2()637 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); in test2()649 UnicodeString targ2 = srcStr; in test2() local650 targetToSource2->transliterate(targ2); in test2()651 if (targ != targ2) { in test2()652 logToRulesFails("Target-Source, toRules", srcStr, targ, targ2); in test2()690 UnicodeString targ2 = cs2; in test2() local691 sourceToTarget->transliterate(targ2); in test2()[all …]