summaryrefslogtreecommitdiff
path: root/Source/WebCore/icu/unicode/ushape.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/icu/unicode/ushape.h')
-rw-r--r--Source/WebCore/icu/unicode/ushape.h10
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