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

Unified Diff: source/tools/gennorm2/n2builder.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/tools/gennorm2/gennorm2.cpp ('k') | source/tools/gennorm2/n2builder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/gennorm2/n2builder.h
diff --git a/source/tools/gennorm2/n2builder.h b/source/tools/gennorm2/n2builder.h
index 9ca4ebf76824fd702cf5f5e787e0162a7b722b8b..dd7599b965bc88710a298bcd046d283c0267ba15 100644
--- a/source/tools/gennorm2/n2builder.h
+++ b/source/tools/gennorm2/n2builder.h
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
-* Copyright (C) 2009-2011, International Business Machines
+* Copyright (C) 2009-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -64,6 +64,7 @@ public:
void setUnicodeVersion(const char *v);
void writeBinaryFile(const char *filename);
+ void writeCSourceFile(const char *filename);
private:
friend class CompositionBuilder;
@@ -110,6 +111,7 @@ private:
int32_t indexes[Normalizer2Impl::IX_COUNT];
UTrie2 *norm16Trie;
+ int32_t norm16TrieLength;
UnicodeString extraData;
uint8_t smallFCD[0x100];
« no previous file with comments | « source/tools/gennorm2/gennorm2.cpp ('k') | source/tools/gennorm2/n2builder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698