mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-8051 remove comments about start parameter from +=(srcText) and append(srcText) docs
X-SVN-Rev: 29930
This commit is contained in:
parent
022e2f80d4
commit
8322425f05
1 changed files with 3 additions and 4 deletions
|
@ -1992,8 +1992,7 @@ public:
|
|||
|
||||
/**
|
||||
* Append operator. Append the characters in <TT>srcText</TT> to the
|
||||
* UnicodeString object at offset <TT>start</TT>. <TT>srcText</TT> is
|
||||
* not modified.
|
||||
* UnicodeString object. <TT>srcText</TT> is not modified.
|
||||
* @param srcText the source for the new characters
|
||||
* @return a reference to this
|
||||
* @stable ICU 2.0
|
||||
|
@ -2019,8 +2018,8 @@ public:
|
|||
int32_t srcLength);
|
||||
|
||||
/**
|
||||
* Append the characters in <TT>srcText</TT> to the UnicodeString object at
|
||||
* offset <TT>start</TT>. <TT>srcText</TT> is not modified.
|
||||
* Append the characters in <TT>srcText</TT> to the UnicodeString object.
|
||||
* <TT>srcText</TT> is not modified.
|
||||
* @param srcText the source for the new characters
|
||||
* @return a reference to this
|
||||
* @stable ICU 2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue