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

Unified Diff: source/common/unicode/stringtriebuilder.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/unicode/std_string.h ('k') | source/common/unicode/ubrk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/stringtriebuilder.h
diff --git a/source/common/unicode/stringtriebuilder.h b/source/common/unicode/stringtriebuilder.h
index 05fa6e7b5160dd35ef9ce077b7b40d1381f29ca3..04447e543713d1ac9b5c93657fa15073ca436ca2 100644
--- a/source/common/unicode/stringtriebuilder.h
+++ b/source/common/unicode/stringtriebuilder.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
-* Copyright (C) 2010-2012, International Business Machines
+* Copyright (C) 2010-2012,2014, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* file name: stringtriebuilder.h
@@ -162,6 +162,7 @@ protected:
* @internal
*/
Node *registerFinalValue(int32_t value, UErrorCode &errorCode);
+#endif /* U_HIDE_INTERNAL_API */
/*
* C++ note:
@@ -183,6 +184,7 @@ protected:
/** @internal */
UHashtable *nodes;
+#ifndef U_HIDE_INTERNAL_API
/** @internal */
class Node : public UObject {
public:
« no previous file with comments | « source/common/unicode/std_string.h ('k') | source/common/unicode/ubrk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698