Searched refs:testRulesForward (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | transtst.h | 415 const UnicodeString& testRulesForward);
|
D | transtst.cpp | 3126 const UnicodeString& testRulesForward) { in checkRules() argument 3133 UnicodeString testRules(testRulesForward); testRules.findAndReplace(SPACE, EMPTY); in checkRules() 3138 logln((UnicodeString)"SHOULD BE: " + testRulesForward); in checkRules() 3156 const char* testRulesForward = in TestToRulesMark() local 3191 checkRules("Failed toRules FORWARD", *t2, UnicodeString(testRulesForward, -1, US_INV)); in TestToRulesMark()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2437 void checkRules(String label, Transliterator t2, String testRulesForward) { in checkRules() argument 2443 testRulesForward = TestUtility.replace(testRulesForward, " ", ""); in checkRules() 2445 if (!rules2.equals(testRulesForward)) { in checkRules() 2448 logln("SHOULD BE: " + testRulesForward); in checkRules() 2468 String testRulesForward = in TestToRulesMark() local 2494 checkRules("Failed toRules FORWARD", t2, testRulesForward); in TestToRulesMark()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2436 void checkRules(String label, Transliterator t2, String testRulesForward) { in checkRules() argument 2442 testRulesForward = TestUtility.replace(testRulesForward, " ", ""); in checkRules() 2444 if (!rules2.equals(testRulesForward)) { in checkRules() 2447 logln("SHOULD BE: " + testRulesForward); in checkRules() 2467 String testRulesForward = in TestToRulesMark() local 2493 checkRules("Failed toRules FORWARD", t2, testRulesForward); in TestToRulesMark()
|