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 | 3127 const UnicodeString& testRulesForward) { in checkRules() argument 3134 UnicodeString testRules(testRulesForward); testRules.findAndReplace(SPACE, EMPTY); in checkRules() 3139 logln((UnicodeString)"SHOULD BE: " + testRulesForward); in checkRules() 3157 const char* testRulesForward = in TestToRulesMark() local 3192 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 | 2398 void checkRules(String label, Transliterator t2, String testRulesForward) { in checkRules() argument 2404 testRulesForward = TestUtility.replace(testRulesForward, " ", ""); in checkRules() 2406 if (!rules2.equals(testRulesForward)) { in checkRules() 2409 logln("SHOULD BE: " + testRulesForward); in checkRules() 2429 String testRulesForward = in TestToRulesMark() local 2455 checkRules("Failed toRules FORWARD", t2, testRulesForward); in TestToRulesMark()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2395 void checkRules(String label, Transliterator t2, String testRulesForward) { in checkRules() argument 2401 testRulesForward = TestUtility.replace(testRulesForward, " ", ""); in checkRules() 2403 if (!rules2.equals(testRulesForward)) { in checkRules() 2406 logln("SHOULD BE: " + testRulesForward); in checkRules() 2426 String testRulesForward = in TestToRulesMark() local 2452 checkRules("Failed toRules FORWARD", t2, testRulesForward); in TestToRulesMark()
|