aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu/i18n/regexst.h
diff options
context:
space:
mode:
authormcheshkov <mcheshkov@yandex-team.ru>2022-02-10 16:46:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:15 +0300
commite9d19cec64684c9c1e6b0c98297e5b895cf904fe (patch)
tree2768b1223e96a8a0610a93d18425d9647c1123c8 /contrib/libs/icu/i18n/regexst.h
parent60040c91ffe701a84689b2c6310ff845e65cff42 (diff)
downloadydb-e9d19cec64684c9c1e6b0c98297e5b895cf904fe.tar.gz
Restoring authorship annotation for <mcheshkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/icu/i18n/regexst.h')
-rw-r--r--contrib/libs/icu/i18n/regexst.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/icu/i18n/regexst.h b/contrib/libs/icu/i18n/regexst.h
index bcb393dd3f..5d7c26be73 100644
--- a/contrib/libs/icu/i18n/regexst.h
+++ b/contrib/libs/icu/i18n/regexst.h
@@ -1,4 +1,4 @@
-// © 2016 and later: Unicode, Inc. and others.
+// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
//
// regexst.h
@@ -25,7 +25,7 @@
#if !UCONFIG_NO_REGULAR_EXPRESSIONS
#include "regeximp.h"
-#include "regexcst.h"
+#include "regexcst.h"
U_NAMESPACE_BEGIN
@@ -41,15 +41,15 @@ public:
~RegexStaticSets();
static void initGlobals(UErrorCode *status);
- UnicodeSet fPropSets[URX_LAST_SET] {}; // The sets for common regex items, e.g. \s
- Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
+ UnicodeSet fPropSets[URX_LAST_SET] {}; // The sets for common regex items, e.g. \s
+ Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
- UnicodeSet fRuleSets[kRuleSet_count] {}; // Sets used while parsing regexp patterns.
- UnicodeSet fUnescapeCharSet {}; // Set of chars handled by unescape when
- // encountered with a \ in a pattern.
- UnicodeSet *fRuleDigitsAlias {};
- UText *fEmptyText {}; // An empty string, to be used when a matcher
- // is created with no input.
+ UnicodeSet fRuleSets[kRuleSet_count] {}; // Sets used while parsing regexp patterns.
+ UnicodeSet fUnescapeCharSet {}; // Set of chars handled by unescape when
+ // encountered with a \ in a pattern.
+ UnicodeSet *fRuleDigitsAlias {};
+ UText *fEmptyText {}; // An empty string, to be used when a matcher
+ // is created with no input.
};