mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-9104 A minor change in the doc updated in the previous commit.
X-SVN-Rev: 33550
This commit is contained in:
parent
766add67f0
commit
0cb16ea2bb
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ import com.ibm.icu.lang.UCharacter;
|
|||
* next() or vice versa, reset(), setOffset() or setText() has to be called first
|
||||
* to reset the status, shifting current position to either the end or the start of
|
||||
* the string (reset() or setText()), or the specified position (setOffset()).
|
||||
* Hence at the next call of previous() or next(), the first or last collation order,
|
||||
* Hence at the next call of next() or previous(), the first or last collation order,
|
||||
* or collation order at the specified position will be returned. If a change of
|
||||
* direction is done without one of these calls, the result is undefined.
|
||||
* </p>
|
||||
|
|
Loading…
Add table
Reference in a new issue