mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-20212 unistr.h, review comments from Markus for doc formatting.
This commit is contained in:
parent
f3ce5a33be
commit
47b3922b59
1 changed files with 2 additions and 2 deletions
|
@ -1407,7 +1407,7 @@ public:
|
|||
* The resulting index return value will be in between 0 and length(), inclusively.
|
||||
*
|
||||
* Examples:
|
||||
*\code
|
||||
* \code
|
||||
* // s has code points 'a' U+10000 'b' U+10ffff U+2029
|
||||
* UnicodeString s(u"a\U00010000b\U0010ffff\u2029");
|
||||
*
|
||||
|
@ -1424,7 +1424,7 @@ public:
|
|||
*
|
||||
* // go to the next-to-last code point of s
|
||||
* index=s.moveIndex32(s.length(), -2); // backward-skips U+2029 and U+10ffff
|
||||
*\endcode
|
||||
* \endcode
|
||||
*
|
||||
* @param index input code unit index
|
||||
* @param delta (signed) code point count to move the index forward or backward
|
||||
|
|
Loading…
Add table
Reference in a new issue