mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-7912 one more update to fix untagged items..
X-SVN-Rev: 34216
This commit is contained in:
parent
4c46fa7dd8
commit
00ea16b361
1 changed files with 2 additions and 0 deletions
|
@ -622,6 +622,7 @@ public:
|
|||
* Convert this object pointer to a UFormattable.
|
||||
* @return this object as a UFormattable pointer. This is an alias to the original UFormattable,
|
||||
* and so is only valid while the original argument remains in scope.
|
||||
* @draft ICU 52
|
||||
*/
|
||||
inline UFormattable *toUFormattable();
|
||||
|
||||
|
@ -663,6 +664,7 @@ public:
|
|||
* Internal function to return the CharString pointer.
|
||||
* @param status error code
|
||||
* @return pointer to the CharString - may become invalid if the object is modified
|
||||
* @internal
|
||||
*/
|
||||
CharString *internalGetCharString(UErrorCode &status);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue