]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/testutil.h
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / test / intltest / testutil.h
index 9c14a2860b96d51bedf04b5a5cbe8c7ad05c1ed3..ac0c62bff9be6c57c934870cfb6e611a5f9f8b01 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2001-2006, International Business Machines
+*   Copyright (C) 2001-2009, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
 class TestUtility {
 
 public:
+    static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
 
-    static UnicodeString hex(UChar ch);
+    static UnicodeString hex(UChar32 ch);
 
     static UnicodeString hex(const UnicodeString& s);
 
     static UnicodeString hex(const UnicodeString& s, UChar sep);
 
+       static UnicodeString hex(const uint8_t* bytes, int32_t len);
+
 private:
 
     TestUtility() {} // Prevent instantiation