Home
last modified time | relevance | path

Searched refs:logToRulesFails (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp390 void logToRulesFails(const UnicodeString& label,
637 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); in test2()
652 logToRulesFails("Target-Source, toRules", srcStr, targ, targ2); in test2()
916 void RTTest::logToRulesFails(const UnicodeString& label, in logToRulesFails() function in RTTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java1357logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource()
1373logToRulesFails("" + getTargetSource(transliteratorID) + ", toRules", cs, targ, targ2); in checkTargetSourceTarget()
1655 final void logToRulesFails(String label, String from, String to, String toCan) { in logToRulesFails() method in RoundTripTest.Test
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1353logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource()
1369logToRulesFails("" + getTargetSource(transliteratorID) + ", toRules", cs, targ, targ2); in checkTargetSourceTarget()
1651 final void logToRulesFails(String label, String from, String to, String toCan) { in logToRulesFails() method in RoundTripTest.Test