]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tokiter.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / test / intltest / tokiter.h
index 5db5753ae4d37e2871af5aea9307126ef169e212..0ea2dcc02c5e691341903ad2befc678372699cb4 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2004-2006, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -17,8 +17,8 @@ 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.
  */