mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3575 Fix a documentation issue
X-SVN-Rev: 15989
This commit is contained in:
parent
f4a8e06970
commit
ae09b13137
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ uloc_getDisplayKeywordValue( const char* locale,
|
|||
* displayable full name with
|
||||
* @param err error information if retrieving the displayable name failed
|
||||
* @return the actual buffer size needed for the displayable name. If it's greater
|
||||
* than variantCapacity, the returned displayable name will be truncated.
|
||||
* than maxResultSize, the returned displayable name will be truncated.
|
||||
* @stable ICU 2.0
|
||||
*/
|
||||
U_STABLE int32_t U_EXPORT2
|
||||
|
|
Loading…
Add table
Reference in a new issue