]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ruleiter.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / common / ruleiter.h
index cc4e8475fd277e2d767432ed5bdd59157c4911da..d8fe212cf0ef86cf7b4d2805249e020fb7c9cdf6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2003-2007, International Business Machines
+* Copyright (c) 2003-2011, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -82,9 +82,8 @@ public:
 
     /**
      * Bitmask option to enable skipping of whitespace.  If (options &
-     * SKIP_WHITESPACE) != 0, then whitespace characters will be silently
-     * skipped, as if they were not present in the input.  Whitespace
-     * characters are defined by UCharacterProperty.isRuleWhiteSpace().
+     * SKIP_WHITESPACE) != 0, then Pattern_White_Space characters will be silently
+     * skipped, as if they were not present in the input.
      */
     enum { SKIP_WHITESPACE = 4 };