]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/testutil.h
2 **********************************************************************
3 * Copyright (C) 2001-2009, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 * Date Name Description
7 * 05/23/00 aliu Creation.
8 **********************************************************************
16 * Utility methods. Everything in this class is static -- do not
17 * attempt to instantiate.
22 static UnicodeString
&appendHex(UnicodeString
&buf
, UChar32 ch
);
24 static UnicodeString
hex(UChar32 ch
);
26 static UnicodeString
hex(const UnicodeString
& s
);
28 static UnicodeString
hex(const UnicodeString
& s
, UChar sep
);
30 static UnicodeString
hex(const uint8_t* bytes
, int32_t len
);
34 TestUtility() {} // Prevent instantiation