diff options
author | mcheshkov <mcheshkov@yandex-team.ru> | 2022-02-10 16:46:16 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:16 +0300 |
commit | 1312621288956f199a5bd5342b0133d4395fa725 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/icu/i18n/regexst.h | |
parent | e9d19cec64684c9c1e6b0c98297e5b895cf904fe (diff) | |
download | ydb-1312621288956f199a5bd5342b0133d4395fa725.tar.gz |
Restoring authorship annotation for <mcheshkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/icu/i18n/regexst.h')
-rw-r--r-- | contrib/libs/icu/i18n/regexst.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/icu/i18n/regexst.h b/contrib/libs/icu/i18n/regexst.h index 5d7c26be73..bcb393dd3f 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. }; |