X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Ficu%2Fsource%2Fcommon%2Fuset.cpp;h=5648a115d496226bac15b0c97e424f4b5147275b;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f4d34474514c37ae30b9631904d4f58a2055d0d9;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/icu/source/common/uset.cpp b/src/third_party/icu/source/common/uset.cpp index f4d3447..5648a11 100644 --- a/src/third_party/icu/source/common/uset.cpp +++ b/src/third_party/icu/source/common/uset.cpp @@ -1,11 +1,11 @@ /* ******************************************************************************* * -* Copyright (C) 2002-2010, International Business Machines +* Copyright (C) 2002-2011, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* -* file name: uset.c +* file name: uset.cpp * encoding: US-ASCII * tab size: 8 (not used) * indentation:4 @@ -150,11 +150,6 @@ uset_clear(USet* set) { } U_CAPI void U_EXPORT2 -uset_closeOver(USet* set, int32_t attributes) { - ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes); -} - -U_CAPI void U_EXPORT2 uset_removeAllStrings(USet* set) { ((UnicodeSet*) set)->UnicodeSet::removeAllStrings(); } @@ -531,7 +526,7 @@ uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, // --- // #define USET_GROW_DELTA 20 // -// static U_INLINE int32_t +// static int32_t // findChar(const UChar32* array, int32_t length, UChar32 c) { // int32_t i; //