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

Unified Diff: source/common/uinit.cpp

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/uidna.cpp ('k') | source/common/ulist.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/uinit.cpp
diff --git a/source/common/uinit.cpp b/source/common/uinit.cpp
index e97869b2db24df7c0e87b87322675d3c1e210251..323dab404db576e042853bc30a046eab88c8a286 100644
--- a/source/common/uinit.cpp
+++ b/source/common/uinit.cpp
@@ -55,6 +55,10 @@ initData(UErrorCode &status)
ucln_common_registerCleanup(UCLN_COMMON_UINIT, uinit_cleanup);
}
+U_NAMESPACE_END
+
+U_NAMESPACE_USE
+
/*
* ICU Initialization Function. Need not be called.
*/
@@ -64,5 +68,3 @@ u_init(UErrorCode *status) {
umtx_initOnce(gICUInitOnce, &initData, *status);
UTRACE_EXIT_STATUS(*status);
}
-
-U_NAMESPACE_END
« no previous file with comments | « source/common/uidna.cpp ('k') | source/common/ulist.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698