]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/textfile.h
ICU-511.32.tar.gz
[apple/icu.git] / icuSources / test / intltest / textfile.h
index 9111eebf45cc34260e95632e47554ccd76a5d149..e51119d47309b3a31785bc92663450e314f7fdae 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2004, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -11,8 +11,7 @@
 #ifndef __ICU_INTLTEST_TEXTFILE__
 #define __ICU_INTLTEST_TEXTFILE__
 
-#include "unicode/utypes.h"
-#include "unicode/unistr.h"
+#include "intltest.h"
 #include "filestrm.h"
 
 /**
@@ -42,7 +41,7 @@ class TextFile {
     /**
      * Read a line, ignoring blank lines and lines that start with
      * '#'.  Trim leading white space.
-     * @param trim if TRUE then remove leading rule white space
+     * @param trim if TRUE then remove leading Pattern_White_Space
      * @return TRUE if a line was read, or FALSE if the EOF
      * was reached or an error occurred
      */