diff options
Diffstat (limited to 'thirdparty/icu4c/common/uprops.h')
-rw-r--r-- | thirdparty/icu4c/common/uprops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/icu4c/common/uprops.h b/thirdparty/icu4c/common/uprops.h index 2004394db6..1e06d03519 100644 --- a/thirdparty/icu4c/common/uprops.h +++ b/thirdparty/icu4c/common/uprops.h @@ -441,6 +441,7 @@ class CharacterProperties { public: CharacterProperties() = delete; static const UnicodeSet *getInclusionsForProperty(UProperty prop, UErrorCode &errorCode); + static const UnicodeSet *getBinaryPropertySet(UProperty property, UErrorCode &errorCode); }; // implemented in uniset_props.cpp |