From: Markus Scherer Date: Tue, 27 Sep 2016 21:38:42 +0000 (+0000) Subject: ICU-5456 minor changes for review feedback X-Git-Tag: milestone-59-0-1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47b88ab4b72ba70dda1aeb4b53a8930ca58f016a;p=icu ICU-5456 minor changes for review feedback X-SVN-Rev: 39365 --- diff --git a/icu4c/source/common/ucase.h b/icu4c/source/common/ucase.h index 9bcb4c7a499..29ea71a533d 100644 --- a/icu4c/source/common/ucase.h +++ b/icu4c/source/common/ucase.h @@ -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);