Searched refs:logToRulesFails (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 390 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/ |
D | RoundTripTest.java | 1357 … logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource() 1373 … logToRulesFails("" + 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/ |
D | RoundTripTest.java | 1353 … logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource() 1369 … logToRulesFails("" + 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
|