From 5e36658be267160f6c1aacefcb8790dd41a863e3 Mon Sep 17 00:00:00 2001 From: Helena Chapman Date: Thu, 9 Dec 1999 00:36:32 +0000 Subject: [PATCH] ICU-170 lastIndexOf(const UChar*, TextOffset, int32_t, TextOffset, int32_t) API should not be inlined in unistr.h. X-SVN-Rev: 346 --- icu4c/source/common/unistr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unistr.h b/icu4c/source/common/unistr.h index d8fff80907..ba46468bee 100644 --- a/icu4c/source/common/unistr.h +++ b/icu4c/source/common/unistr.h @@ -580,7 +580,7 @@ public: * @return The offset into this of the start of text, * or -1 if not found. */ - inline UTextOffset lastIndexOf(const UChar *srcChars, + UTextOffset lastIndexOf(const UChar *srcChars, UTextOffset srcStart, int32_t srcLength, UTextOffset start,