Searched refs:testRulesForward (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | transtst.h | 413 const UnicodeString& testRulesForward);
|
D | transtst.cpp | 3124 const UnicodeString& testRulesForward) { in checkRules() argument 3131 UnicodeString testRules(testRulesForward); testRules.findAndReplace(SPACE, EMPTY); in checkRules() 3136 logln((UnicodeString)"SHOULD BE: " + testRulesForward); in checkRules() 3154 const char* testRulesForward = in TestToRulesMark() local 3189 checkRules("Failed toRules FORWARD", *t2, UnicodeString(testRulesForward, -1, US_INV)); in TestToRulesMark()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2372 void checkRules(String label, Transliterator t2, String testRulesForward) { in checkRules() argument 2378 testRulesForward = TestUtility.replace(testRulesForward, " ", ""); in checkRules() 2380 if (!rules2.equals(testRulesForward)) { in checkRules() 2383 logln("SHOULD BE: " + testRulesForward); in checkRules() 2402 String testRulesForward = in TestToRulesMark() local 2428 checkRules("Failed toRules FORWARD", t2, testRulesForward); in TestToRulesMark()
|