From 454a0ec78267ab2629852fcbb599f1e70c2fe263 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 30 Aug 2013 23:46:37 +0000 Subject: [PATCH] ICU-9741 trivial fix to header, u_strcoll -> ucol_strcoll X-SVN-Rev: 34159 --- icu4c/source/i18n/unicode/ucol.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.49.0