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

Side by Side Diff: source/common/servslkf.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 unified diff | Download patch
« no previous file with comments | « source/common/servls.cpp ('k') | source/common/sharedobject.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 ******************************************************************************* 2 *******************************************************************************
3 * Copyright (C) 2001-2005, International Business Machines Corporation and * 3 * Copyright (C) 2001-2014, International Business Machines Corporation and *
4 * others. All Rights Reserved. * 4 * others. All Rights Reserved. *
5 ******************************************************************************* 5 *******************************************************************************
6 * 6 *
7 ******************************************************************************* 7 *******************************************************************************
8 */ 8 */
9 #include "unicode/utypes.h" 9 #include "unicode/utypes.h"
10 10
11 #if !UCONFIG_NO_SERVICE 11 #if !UCONFIG_NO_SERVICE
12 12
13 #include "unicode/resbund.h" 13 #include "unicode/resbund.h"
14 #include "uresimp.h" 14 #include "uresimp.h"
15 #include "cmemory.h" 15 #include "cmemory.h"
16 #include "servloc.h" 16 #include "servloc.h"
17 #include "ustrfmt.h" 17 #include "ustrfmt.h"
18 #include "uhash.h" 18 #include "uhash.h"
19 #include "charstr.h" 19 #include "charstr.h"
20 #include "ucln_cmn.h"
21 #include "uassert.h" 20 #include "uassert.h"
22 21
23 #define UNDERSCORE_CHAR ((UChar)0x005f) 22 #define UNDERSCORE_CHAR ((UChar)0x005f)
24 #define AT_SIGN_CHAR ((UChar)64) 23 #define AT_SIGN_CHAR ((UChar)64)
25 #define PERIOD_CHAR ((UChar)46) 24 #define PERIOD_CHAR ((UChar)46)
26 25
27 U_NAMESPACE_BEGIN 26 U_NAMESPACE_BEGIN
28 27
29 /* 28 /*
30 ****************************************************************** 29 ******************************************************************
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 #endif 112 #endif
114 113
115 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleLocaleKeyFactory) 114 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleLocaleKeyFactory)
116 115
117 U_NAMESPACE_END 116 U_NAMESPACE_END
118 117
119 /* !UCONFIG_NO_SERVICE */ 118 /* !UCONFIG_NO_SERVICE */
120 #endif 119 #endif
121 120
122 121
OLDNEW
« no previous file with comments | « source/common/servls.cpp ('k') | source/common/sharedobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698