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

Unified Diff: source/i18n/collation.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/i18n/collation.h ('k') | source/i18n/collationbasedatabuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/collation.cpp
diff --git a/source/i18n/collation.cpp b/source/i18n/collation.cpp
index e5d07b8c058fe30be3ad4b427004350dbdc20c7a..c01457e73862897e9aebd7bad504d7a0621b46e8 100644
--- a/source/i18n/collation.cpp
+++ b/source/i18n/collation.cpp
@@ -21,6 +21,8 @@ U_NAMESPACE_BEGIN
// Some compilers don't care if constants are defined in the .cpp file.
// MS Visual C++ does not like it, but gcc requires it. clang does not care.
#ifndef _MSC_VER
+const uint8_t Collation::LEVEL_SEPARATOR_BYTE;
+const uint8_t Collation::MERGE_SEPARATOR_BYTE;
const uint32_t Collation::ONLY_TERTIARY_MASK;
const uint32_t Collation::CASE_AND_TERTIARY_MASK;
#endif
« no previous file with comments | « source/i18n/collation.h ('k') | source/i18n/collationbasedatabuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698