Searched refs:testRulesForward (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtranstst.h413 const UnicodeString& testRulesForward);
H A Dtranstst.cpp3124 const UnicodeString& testRulesForward) {
3131 UnicodeString testRules(testRulesForward); testRules.findAndReplace(SPACE, EMPTY);
3136 logln((UnicodeString)"SHOULD BE: " + testRulesForward);
3154 const char* testRulesForward = local
3189 checkRules("Failed toRules FORWARD", *t2, UnicodeString(testRulesForward, -1, US_INV));
3123 checkRules(const UnicodeString& label, Transliterator& t2, const UnicodeString& testRulesForward) argument
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java2372 void checkRules(String label, Transliterator t2, String testRulesForward) { argument
2378 testRulesForward = TestUtility.replace(testRulesForward, " ", "");
2380 if (!rules2.equals(testRulesForward)) {
2383 logln("SHOULD BE: " + testRulesForward);
2402 String testRulesForward =
2428 checkRules("Failed toRules FORWARD", t2, testRulesForward);

Completed in 116 milliseconds