| java.lang.Object com.ibm.icu.dev.test.TestUtil
TestUtil | final public class TestUtil (Code) | | |
Inner Class :static class Lock | |
Inner Class :static class TestThread extends Thread | |
DATA_MODULAR_BUILD_PROPERTY | final public static String DATA_MODULAR_BUILD_PROPERTY(Code) | | Property for modular build.
|
DATA_PATH | final public static String DATA_PATH(Code) | | Standard path to the test data in the file system.
|
DATA_PATH_PROPERTY | final public static String DATA_PATH_PROPERTY(Code) | | Property for user-defined data path.
|
DIGITS | final static char DIGITS(Code) | | |
LOCAL_DATA_PATH | final public static String LOCAL_DATA_PATH(Code) | | Path to test data in icu4jtest.jar
|
escapeUnprintable | public static boolean escapeUnprintable(StringBuffer result, int c)(Code) | | Escape unprintable characters using uxxxx notation
for U+0000 to U+FFFF and Uxxxxxxxx for U+10000 and
above. If the character is printable ASCII, then do nothing
and return FALSE. Otherwise, append the escaped notation and
return TRUE.
|
getDataReader | final public static BufferedReader getDataReader(String name) throws IOException(Code) | | Return a buffered reader on the data file at path 'name' rooted at the data path,
using the provided encoding.
|
getDataStream | final public static InputStream getDataStream(String name) throws IOException(Code) | | Return an input stream on the data file at path 'name' rooted at the data path
|
isUnprintable | public static boolean isUnprintable(int c)(Code) | | Return true if the character is NOT printable ASCII. The tab,
newline and linefeed characters are considered unprintable.
|
|
|