]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/rbbimonkeytest.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / rbbimonkeytest.h
index 2ddc2bd47ae67190172b5952e900ddda40b4b922..54d23fcceae78045a11a8f883fcbcf0960a985bf 100644 (file)
@@ -102,6 +102,7 @@ class BreakRule: public UObject {
     UnicodeString    fRule;                            // Rule expression, excluding the name, as written in user source.
     UnicodeString    fExpandedRule;                    // Rule expression after expanding the set definitions.
     LocalPointer<RegexMatcher>  fRuleMatcher;          // Regular expression that matches the rule.
+    bool             fInitialMatchOnly = false;        // True if rule begins with '^', meaning no chaining.
 };