mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-2031 @draft -> @stable + more documentation
X-SVN-Rev: 9637
This commit is contained in:
parent
d2c9f0cbc9
commit
96bbbc8e92
1 changed files with 13 additions and 2 deletions
|
@ -226,11 +226,22 @@
|
|||
#define ULOC_US "en_US"
|
||||
|
||||
/**
|
||||
* Useful constants for the size of locale IDs.
|
||||
* @draft
|
||||
* Useful constant for the maximum size of the language part of a locale ID.
|
||||
* (including the terminating NULL).
|
||||
* @stable
|
||||
*/
|
||||
#define ULOC_LANG_CAPACITY 12
|
||||
/**
|
||||
* Useful constant for the maximum size of the country part of a locale ID
|
||||
* (including the terminating NULL).
|
||||
* @stable
|
||||
*/
|
||||
#define ULOC_COUNTRY_CAPACITY 4
|
||||
/**
|
||||
* Useful constant for the maximum size of the whole locale ID
|
||||
* (including the terminating NULL).
|
||||
* @stable
|
||||
*/
|
||||
#define ULOC_FULLNAME_CAPACITY 50
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue