HomeSort by relevance Sort by last modified time
    Searched full:testutility (Results 1 - 6 of 6) sorted by null

  /external/icu4c/test/intltest/
testutil.cpp 16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) {
30 UnicodeString TestUtility::hex(UChar32 ch) {
36 UnicodeString TestUtility::hex(const UnicodeString& s) {
40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) {
54 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) {
testutil.h 19 class TestUtility {
34 TestUtility() {} // Prevent instantiation
transrt.cpp 889 from + "(" + TestUtility::hex(from) + ") => " +
890 to + "(" + TestUtility::hex(to) + ")");
901 from + "(" + TestUtility::hex(from) + ") => " +
902 to + "(" + TestUtility::hex(to) + ")" +
903 fromCan + "(" + TestUtility::hex(fromCan) + ") => " +
905 TestUtility::hex(toCan) + ")"
922 from + "(" + TestUtility::hex(from) + ") => " +
923 to + "(" + TestUtility::hex(to) + ")" +
926 TestUtility::hex(otherTo) + ")"
940 from + "(" + TestUtility::hex(from) + ") => "
    [all...]
regcoll.cpp 1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
1154 + TestUtility::hex(key2, len2));
    [all...]
itrbnf.cpp 115 errln((UnicodeString)"expected '" + TestUtility::hex(expected) + "'\nbut got: '" + TestUtility::hex(result) + "'");
128 errln((UnicodeString)"expected '" + TestUtility::hex(expected) + "'\nbut got: '" + TestUtility::hex(result) + "'");
    [all...]
transtst.cpp     [all...]

Completed in 1762 milliseconds