ICU-10178 clarify UnicodeString::compare

X-SVN-Rev: 34180
This commit is contained in:
Steven R. Loomis 2013-09-04 04:40:58 +00:00
parent 1e5f54e5cf
commit f9d90ad80b

View file

@ -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.