From 47b88ab4b72ba70dda1aeb4b53a8930ca58f016a Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 27 Sep 2016 21:38:42 +0000 Subject: [PATCH] ICU-5456 minor changes for review feedback X-SVN-Rev: 39365 --- icu4c/source/common/ucase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0