mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5456 minor changes for review feedback
X-SVN-Rev: 39365
This commit is contained in:
parent
ecfeb4ac29
commit
47b88ab4b7
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ U_NAMESPACE_END
|
|||
U_CAPI int32_t U_EXPORT2
|
||||
ucase_getType(const UCaseProps *csp, UChar32 c);
|
||||
|
||||
/** @return same as ucase_getType() and set bit 2 if c is case-ignorable */
|
||||
/** @return like ucase_getType() but also sets UCASE_IGNORABLE if c is case-ignorable */
|
||||
U_CAPI int32_t U_EXPORT2
|
||||
ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue