From: Steven R. Loomis Date: Fri, 30 Aug 2013 23:46:37 +0000 (+0000) Subject: ICU-9741 trivial fix to header, u_strcoll -> ucol_strcoll X-Git-Tag: milestone-59-0-1~2639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=454a0ec78267ab2629852fcbb599f1e70c2fe263;p=icu ICU-9741 trivial fix to header, u_strcoll -> ucol_strcoll X-SVN-Rev: 34159 --- diff --git a/icu4c/source/i18n/unicode/ucol.h b/icu4c/source/i18n/unicode/ucol.h index dbc4d05146f..41fdc317bc1 100644 --- a/icu4c/source/i18n/unicode/ucol.h +++ b/icu4c/source/i18n/unicode/ucol.h @@ -64,12 +64,12 @@ typedef struct UCollator UCollator; /** * UCOL_LESS is returned if source string is compared to be less than target - * string in the u_strcoll() method. + * string in the ucol_strcoll() method. * UCOL_EQUAL is returned if source string is compared to be equal to target - * string in the u_strcoll() method. + * string in the ucol_strcoll() method. * UCOL_GREATER is returned if source string is compared to be greater than - * target string in the u_strcoll() method. - * @see u_strcoll() + * target string in the ucol_strcoll() method. + * @see ucol_strcoll() *

* Possible values for a comparison result * @stable ICU 2.0