mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-3405 Fix a documentation typo
X-SVN-Rev: 14996
This commit is contained in:
parent
3cbe7619d1
commit
d1ecb3c0f4
1 changed files with 2 additions and 2 deletions
|
@ -482,9 +482,9 @@ uloc_getName(const char* localeID,
|
|||
* @param err error information if retrieving the full name failed
|
||||
* @return the actual buffer size needed for the full name. If it's greater
|
||||
* than nameCapacity, the returned full name will be truncated.
|
||||
* @stable ICU 2.0
|
||||
* @draft ICU 2.8
|
||||
*/
|
||||
U_STABLE int32_t U_EXPORT2
|
||||
U_DRAFT int32_t U_EXPORT2
|
||||
uloc_canonicalize(const char* localeID,
|
||||
char* name,
|
||||
int32_t nameCapacity,
|
||||
|
|
Loading…
Add table
Reference in a new issue