mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-2487 documentation fix
X-SVN-Rev: 15356
This commit is contained in:
parent
55d4014cc2
commit
f4be94b1cd
1 changed files with 2 additions and 2 deletions
|
@ -627,7 +627,7 @@ uloc_getDisplayVariant(const char* locale,
|
|||
* int32_t keywordCount = 0;
|
||||
* UChar displayKeyword[256];
|
||||
* int32_t displayKeywordLen = 0;
|
||||
* UEnumeration* keywordEnum = uloc_getKeywords("de_DE@collation=PHONEBOOK;calendar=TRADITIONAL", &status);
|
||||
* UEnumeration* keywordEnum = uloc_openKeywords("de_DE@collation=PHONEBOOK;calendar=TRADITIONAL", &status);
|
||||
* for(keywordCount = uenum_count(keywordEnum, &status); keywordCount > 0 ; keywordCount--){
|
||||
* if(U_FAILURE(status)){
|
||||
* ...something went wrong so handle the error...
|
||||
|
@ -652,7 +652,7 @@ uloc_getDisplayVariant(const char* locale,
|
|||
* @param status error information if retrieving the displayable string failed.
|
||||
* Should not be NULL and should not indicate failure on entry.
|
||||
* @return the actual buffer size needed for the displayable variant code.
|
||||
* @see #uloc_getKeywords
|
||||
* @see #uloc_openKeywords
|
||||
* @draft ICU 2.8
|
||||
*/
|
||||
U_DRAFT int32_t U_EXPORT2
|
||||
|
|
Loading…
Add table
Reference in a new issue