ICU-5456 minor changes for review feedback

X-SVN-Rev: 39365
This commit is contained in:
Markus Scherer 2016-09-27 21:38:42 +00:00
parent ecfeb4ac29
commit 47b88ab4b7

View file

@ -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);