Home
last modified time | relevance | path

Searched refs:TestUtility (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtestutil.cpp16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { in appendHex()
30 UnicodeString TestUtility::hex(UChar32 ch) { in hex()
36 UnicodeString TestUtility::hex(const UnicodeString& s) { in hex()
40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { in hex()
54 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex()
Dtestutil.h19 class TestUtility {
34 TestUtility() {} // Prevent instantiation in TestUtility() function
Dtransrt.cpp890 from + "(" + TestUtility::hex(from) + ") => " + in logWrongScript()
891 to + "(" + TestUtility::hex(to) + ")"); in logWrongScript()
902 from + "(" + TestUtility::hex(from) + ") => " + in logNotCanonical()
903 to + "(" + TestUtility::hex(to) + ")" + in logNotCanonical()
904 fromCan + "(" + TestUtility::hex(fromCan) + ") => " + in logNotCanonical()
906 TestUtility::hex(toCan) + ")" in logNotCanonical()
923 from + "(" + TestUtility::hex(from) + ") => " + in logToRulesFails()
924 to + "(" + TestUtility::hex(to) + ")" + in logToRulesFails()
927 TestUtility::hex(otherTo) + ")" in logToRulesFails()
941 from + "(" + TestUtility::hex(from) + ") => " + in logRoundTripFailure()
[all …]
Dregcoll.cpp1246 … + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1… in TestT7189()
1248 …eys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1… in TestT7189()
1249 + TestUtility::hex(key2, len2)); in TestT7189()
Ditrbnf.cpp116 …errln((UnicodeString)"expected '" + TestUtility::hex(expected) + "'\nbut got: '" + TestUtility::he… in TestHebrewFraction()
129 …errln((UnicodeString)"expected '" + TestUtility::hex(expected) + "'\nbut got: '" + TestUtility::he… in TestHebrewFraction()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTestUtility.java12 public final class TestUtility { class
DRoundTripTest.java1301 out.println(TestUtility.replace(rules, "\n", "\u200E<br>\n\u200E")); in test2()
1308 out.println(TestUtility.replace(rules, "\n", "\u200E<br>\n\u200E")); in test2()
1313 out.println(TestUtility.replace(rules, "\n", "<br>\n")); in test2()
1605 … result.append("\u200E").append(s).append("\u200E (").append(TestUtility.hex(s)).append("/");
DTransliteratorTest.java2375 rules2 = TestUtility.replace(rules2, " ", ""); in checkRules()
2376 rules2 = TestUtility.replace(rules2, "\n", ""); in checkRules()
2377 rules2 = TestUtility.replace(rules2, "\r", ""); in checkRules()
2378 testRulesForward = TestUtility.replace(testRulesForward, " ", ""); in checkRules()