Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: source/common/ubidi_props.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/common/ubidi.c ('k') | source/common/ubidi_props.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/ubidi_props.h
diff --git a/source/common/ubidi_props.h b/source/common/ubidi_props.h
index 27d4efdce7b3b8642f3832c49a2cede361069b42..0533ed3b94ba63a9a267ef67e495ab2a5e381c66 100644
--- a/source/common/ubidi_props.h
+++ b/source/common/ubidi_props.h
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
-* Copyright (C) 2004-2013, International Business Machines
+* Copyright (C) 2004-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -90,6 +90,8 @@ enum {
UBIDI_IX_JG_START,
UBIDI_IX_JG_LIMIT,
+ UBIDI_IX_JG_START2, /* new in format version 2.2, ICU 54 */
+ UBIDI_IX_JG_LIMIT2,
UBIDI_MAX_VALUES_INDEX=15,
UBIDI_IX_TOP=16
« no previous file with comments | « source/common/ubidi.c ('k') | source/common/ubidi_props.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698