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 a146a0f commit 3962233Copy full SHA for 3962233
icu4c/source/common/unicode/utfiterator.h
@@ -201,7 +201,7 @@ class UnsafeCodeUnits {
201
* UTFIllFormedBehavior template parameter.
202
* @draft ICU 78
203
*/
204
- UChar32 codePoint() const { return c_; }
+ CP32 codePoint() const { return c_; }
205
206
/**
207
* @return the start of the code unit sequence for one code point.
@@ -269,7 +269,7 @@ class UnsafeCodeUnits<
269
UnsafeCodeUnits(const UnsafeCodeUnits &other) = default;
270
UnsafeCodeUnits &operator=(const UnsafeCodeUnits &other) = default;
271
272
273
274
uint8_t length() const { return len_; }
275
0 commit comments