mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-8515 Add missing provisional tag to draft API CharsetEncoderICU.getMaxBytesForString
X-SVN-Rev: 30760
This commit is contained in:
parent
2dde8091b2
commit
6903a27947
1 changed files with 1 additions and 0 deletions
|
@ -944,6 +944,7 @@ public abstract class CharsetEncoderICU extends CharsetEncoder {
|
|||
* @return Size of a buffer that will be large enough to hold the output of bytes
|
||||
*
|
||||
* @draft ICU 49
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static int getMaxBytesForString(int length, int maxCharSize) {
|
||||
return ((length + 10) * maxCharSize);
|
||||
|
|
Loading…
Add table
Reference in a new issue