]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tokiter.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / intltest / tokiter.h
index c9202ddaa70cefb1ff0074a299ef50567e411063..0ea2dcc02c5e691341903ad2befc678372699cb4 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
 #ifndef __ICU_INTLTEST_TOKITER__
 #define __ICU_INTLTEST_TOKITER__
 
-#include "unicode/utypes.h"
-#include "unicode/unistr.h"
+#include "intltest.h"
+
 class TextFile;
 
 /**
  * An iterator class that returns successive string tokens from some
- * source.  String tokens are, in general, separated by rule white
- * space in the source test.  Furthermore, they may be delimited by
+ * source.  String tokens are, in general, separated by Pattern_White_Space
+ * in the source test.  Furthermore, they may be delimited by
  * either single or double quotes (opening and closing quotes must
  * match).  Escapes are processed using standard ICU unescaping.
  */