We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a908ad commit e286781Copy full SHA for e286781
sql/regexp/regexp_facade.h
@@ -152,14 +152,14 @@ class Regexp_facade {
152
153
/**
154
Converts a string position in m_current_subject.
155
- @param index One-based code point position.
+ @param position One-based code point position.
156
@return Zero-based byte position.
157
*/
158
int ConvertCodePointToLibPosition(int position) const;
159
160
161
162
- @param index Zero-based UTF-16 position.
+ @param position Zero-based UTF-16 position.
163
@return Zero-based code point position.
164
165
int ConvertLibPositionToCodePoint(int position) const;
0 commit comments