diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-06-27 06:07:23 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-06-27 06:07:23 +0000 |
commit | 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c (patch) | |
tree | 46dcd36c86e7fbc6e5df36deb463b33e9967a6f7 /Source/WebCore/icu/unicode/ushape.h | |
parent | 32761a6cee1d0dee366b885b7b9c777e67885688 (diff) | |
download | WebKitGtk-tarball-master.tar.gz |
webkitgtk-2.16.5HEADwebkitgtk-2.16.5master
Diffstat (limited to 'Source/WebCore/icu/unicode/ushape.h')
-rw-r--r-- | Source/WebCore/icu/unicode/ushape.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/WebCore/icu/unicode/ushape.h b/Source/WebCore/icu/unicode/ushape.h index 6c3655f7a..9fb5ab4e5 100644 --- a/Source/WebCore/icu/unicode/ushape.h +++ b/Source/WebCore/icu/unicode/ushape.h @@ -1,7 +1,7 @@ /* ****************************************************************************** * -* Copyright (C) 2000-2010, International Business Machines +* Copyright (C) 2000-2012, International Business Machines * Corporation and others. All Rights Reserved. * ****************************************************************************** @@ -461,14 +461,14 @@ u_shapeArabic(const UChar *source, int32_t sourceLength, * Shaping Mode: Only shaping. * De-shaping Mode: N/A. * Affects: All Seen options - * @draft ICU 4.2 + * @stable ICU 4.8 */ -#define SHAPE_TAIL_NEW_UNICODE 0x8000000 +#define U_SHAPE_TAIL_NEW_UNICODE 0x8000000 /** * Bit mask for new Unicode Tail option - * @draft ICU 4.2 + * @stable ICU 4.8 */ -#define SHAPE_TAIL_TYPE_MASK 0x8000000 +#define U_SHAPE_TAIL_TYPE_MASK 0x8000000 #endif |