/*
**********************************************************************
-* Copyright (c) 2004-2006, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
/**
* 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.
*/