mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10178 clarify UnicodeString::compare
X-SVN-Rev: 34180
This commit is contained in:
parent
1e5f54e5cf
commit
f9d90ad80b
1 changed files with 2 additions and 1 deletions
|
@ -341,7 +341,8 @@ public:
|
|||
/**
|
||||
* Compare the characters bitwise in the range
|
||||
* [<TT>start</TT>, <TT>start + length</TT>) with the characters
|
||||
* in <TT>text</TT>
|
||||
* in the <b>entire string</b> <TT>text</TT>.
|
||||
* (The parameters "start" and "length" are not applied to the other text "text".)
|
||||
* @param start the offset at which the compare operation begins
|
||||
* @param length the number of characters of text to compare.
|
||||
* @param text the other text to be compared against this string.
|
||||
|
|
Loading…
Add table
Reference in a new issue