diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/common/ucase.h')
-rw-r--r-- | Build/source/libs/icu-xetex/common/ucase.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/icu-xetex/common/ucase.h b/Build/source/libs/icu-xetex/common/ucase.h index 5781756692f..e3e5be0517d 100644 --- a/Build/source/libs/icu-xetex/common/ucase.h +++ b/Build/source/libs/icu-xetex/common/ucase.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2004-2005, International Business Machines +* Copyright (C) 2004-2006, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -238,6 +238,9 @@ ucase_toFullFolding(const UCaseProps *csp, UChar32 c, const UChar **pString, uint32_t options); +U_CFUNC int32_t U_EXPORT2 +ucase_hasBinaryProperty(UChar32 c, UProperty which); + /* file definitions --------------------------------------------------------- */ #define UCASE_DATA_NAME "ucase" |