| Index: third_party/icu38/source/common/ucnv_set.c
|
| ===================================================================
|
| --- third_party/icu38/source/common/ucnv_set.c (revision 10949)
|
| +++ third_party/icu38/source/common/ucnv_set.c (working copy)
|
| @@ -1,7 +1,7 @@
|
| /*
|
| *******************************************************************************
|
| *
|
| -* Copyright (C) 2003-2005, International Business Machines
|
| +* Copyright (C) 2003-2007, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| *******************************************************************************
|
| @@ -52,7 +52,8 @@
|
| uset_add,
|
| uset_addRange,
|
| uset_addString,
|
| - uset_remove
|
| + uset_remove,
|
| + uset_removeRange
|
| };
|
| sa.set=setFillIn;
|
|
|
|
|