]> granicus.if.org Git - icu/commitdiff
ICU-5456 minor changes for review feedback
authorMarkus Scherer <markus.icu@gmail.com>
Tue, 27 Sep 2016 21:38:42 +0000 (21:38 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Tue, 27 Sep 2016 21:38:42 +0000 (21:38 +0000)
X-SVN-Rev: 39365

icu4c/source/common/ucase.h

index 9bcb4c7a49988b28a3af1db9ed90eb56fcf4f1a5..29ea71a533d8c508808cce24f17086fb86d3bb5a 100644 (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);