mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1953 Change the documentaiton of u_charDigitValue
X-SVN-Rev: 8987
This commit is contained in:
parent
97c20c88af
commit
2a54052fbc
1 changed files with 4 additions and 4 deletions
|
@ -1430,11 +1430,11 @@ U_CAPI uint8_t U_EXPORT2
|
|||
u_getCombiningClass(UChar32 c);
|
||||
|
||||
/**
|
||||
* Retrives the decimal numeric value of a digit character.
|
||||
* Returns the decimal numeric value of a digit character.
|
||||
*
|
||||
* @param c the digit character for which to get the numeric value
|
||||
* @return the numeric value of ch in decimal radix. This method returns
|
||||
* -1 if ch is not a valid digit character.
|
||||
* @param c the decimal digit character for which to get the numeric value
|
||||
* @return the numeric value of c in decimal radix. This method returns
|
||||
* -1 if c is not a valid digit character.
|
||||
* @stable
|
||||
*/
|
||||
U_CAPI int32_t U_EXPORT2
|
||||
|
|
Loading…
Add table
Reference in a new issue