From ed54492e39615ef8c01dbb240ccf205ce1e5f110 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 21 May 2002 00:53:52 +0000 Subject: [PATCH] ICU-1897 Use FALSE not false X-SVN-Rev: 8650 --- icu4c/source/i18n/usearch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/usearch.cpp b/icu4c/source/i18n/usearch.cpp index 73bf39a63e..7b6493b4f0 100644 --- a/icu4c/source/i18n/usearch.cpp +++ b/icu4c/source/i18n/usearch.cpp @@ -868,7 +868,7 @@ inline UBool checkIdentical(const UStringSearch *strsrch, int32_t start, if (decomplength != unorm_decompose(NULL, -1, strsrch->pattern.text, strsrch->pattern.textLength, FALSE, FALSE, &status)) { - return false; + return FALSE; } decomplength ++; UChar *text = (UChar *)uprv_malloc(decomplength * sizeof(UChar)); @@ -1179,7 +1179,7 @@ inline UChar * addToUCharArray( UChar *destination, * pattern in string search data * @param strsrch string search data * @param coleiter collation element iterator -* @return TRUE if a match if found, false otherwise +* @return TRUE if a match if found, FALSE otherwise */ static inline UBool checkCollationMatch(const UStringSearch *strsrch,