aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/icu/i18n/regeximp.h
diff options
context:
space:
mode:
authorromankoshelev <romankoshelev@yandex-team.com>2023-08-09 20:07:20 +0300
committerromankoshelev <romankoshelev@yandex-team.com>2023-08-09 20:59:13 +0300
commitfd82fb12fb45e71a02c628e45b12c50c0dd0d308 (patch)
treef582b79f9002ab1d083e9acda600dfb3551c47b6 /contrib/libs/icu/i18n/regeximp.h
parentbf862ddf5c6178e1bb5e4fb3f7c61015deebe284 (diff)
downloadydb-fd82fb12fb45e71a02c628e45b12c50c0dd0d308.tar.gz
Update ICU to 70.1
Diffstat (limited to 'contrib/libs/icu/i18n/regeximp.h')
-rw-r--r--contrib/libs/icu/i18n/regeximp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/icu/i18n/regeximp.h b/contrib/libs/icu/i18n/regeximp.h
index 590d216895..bb0e1e838d 100644
--- a/contrib/libs/icu/i18n/regeximp.h
+++ b/contrib/libs/icu/i18n/regeximp.h
@@ -37,7 +37,7 @@ U_NAMESPACE_BEGIN
#define REGEX_DUMP_DEBUG
#define REGEX_RUN_DEBUG
-// End of #defines inteded to be directly set.
+// End of #defines intended to be directly set.
#include <stdio.h>
#endif
@@ -140,7 +140,7 @@ enum {
URX_DOLLAR_M = 42, // $ in multi-line mode.
URX_CARET_M = 43, // ^ in multi-line mode.
URX_LB_START = 44, // LookBehind Start.
- // Paramater is data location
+ // Parameter is data location
URX_LB_CONT = 45, // LookBehind Continue.
// Param 0: the data location
// Param 1: The minimum length of the look-behind match
@@ -371,7 +371,7 @@ class CaseFoldingUTextIterator: public UMemory {
UBool inExpansion(); // True if last char returned from next() and the
// next to be returned both originated from a string
- // folding of the same code point from the orignal UText.
+ // folding of the same code point from the original UText.
private:
UText &fUText;
const UChar *fFoldChars;
@@ -395,7 +395,7 @@ class CaseFoldingUCharIterator: public UMemory {
UBool inExpansion(); // True if last char returned from next() and the
// next to be returned both originated from a string
- // folding of the same code point from the orignal UText.
+ // folding of the same code point from the original UText.
int64_t getIndex(); // Return the current input buffer index.