You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
ICU: Update to version 72.1
This commit is contained in:
11
thirdparty/icu4c/common/unicode/uniset.h
vendored
11
thirdparty/icu4c/common/unicode/uniset.h
vendored
@@ -794,13 +794,11 @@ public:
|
||||
*/
|
||||
virtual UBool isEmpty(void) const;
|
||||
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
/**
|
||||
* @return true if this set contains multi-character strings or the empty string.
|
||||
* @draft ICU 70
|
||||
* @stable ICU 70
|
||||
*/
|
||||
UBool hasStrings() const;
|
||||
#endif // U_HIDE_DRAFT_API
|
||||
|
||||
/**
|
||||
* Returns true if this set contains the given character.
|
||||
@@ -1678,8 +1676,6 @@ private:
|
||||
UnicodeString& rebuiltPat,
|
||||
UErrorCode& ec);
|
||||
|
||||
static const UnicodeSet* getInclusions(int32_t src, UErrorCode &status);
|
||||
|
||||
/**
|
||||
* A filter that returns true if the given code point should be
|
||||
* included in the UnicodeSet being constructed.
|
||||
@@ -1700,11 +1696,6 @@ private:
|
||||
const UnicodeSet* inclusions,
|
||||
UErrorCode &status);
|
||||
|
||||
// UCPMap is now stable ICU 63
|
||||
void applyIntPropertyValue(const UCPMap *map,
|
||||
UCPMapValueFilter *filter, const void *context,
|
||||
UErrorCode &errorCode);
|
||||
|
||||
/**
|
||||
* Set the new pattern to cache.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user