From 8543a2f7ff880b724d4cf1a743530445bb3207b8 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Tue, 18 Mar 2014 13:42:00 +0000 Subject: [PATCH] ICU-9101 A minor bug fix in utrace.c found during code review. X-SVN-Rev: 35493 --- icu4c/source/common/utrace.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icu4c/source/common/utrace.c b/icu4c/source/common/utrace.c index 803dfcff976..c2f36c48937 100644 --- a/icu4c/source/common/utrace.c +++ b/icu4c/source/common/utrace.c @@ -1,6 +1,6 @@ /* ******************************************************************************* -* Copyright (C) 2003-2008, International Business Machines +* Copyright (C) 2003-2014, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * file name: utrace.c @@ -467,6 +467,8 @@ trCollNames[] = { "ucol_getLocale", "ucol_nextSortKeyPart", "ucol_strcollIter", + "ucol_openFromShortString", + "ucol_strcollUTF8", NULL }; -- 2.40.0