mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 03:34:38 +00:00
ICU-5936 improve docs for uset_open()
X-SVN-Rev: 23770
This commit is contained in:
parent
f96abbae7b
commit
b3afa725d0
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2002-2007, International Business Machines
|
||||
* Copyright (C) 2002-2008, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
*******************************************************************************
|
||||
|
@ -244,7 +244,8 @@ typedef struct USerializedSet {
|
|||
|
||||
/**
|
||||
* Creates a USet object that contains the range of characters
|
||||
* start..end, inclusive.
|
||||
* start..end, inclusive. If <code>start > end</code>
|
||||
* then an empty set is created.
|
||||
* @param start first character of the range, inclusive
|
||||
* @param end last character of the range, inclusive
|
||||
* @return a newly created USet. The caller must call uset_close() on
|
||||
|
|
Loading…
Add table
Reference in a new issue