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

Side by Side Diff: icu52/source/common/unicode/utypes.h

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « icu52/source/common/unicode/urename.h ('k') | icu52/source/configure » ('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) 1996-2012, International Business Machines 3 * Copyright (C) 1996-2012, International Business Machines
4 * Corporation and others. All Rights Reserved. 4 * Corporation and others. All Rights Reserved.
5 ********************************************************************** 5 **********************************************************************
6 * 6 *
7 * FILE NAME : UTYPES.H (formerly ptypes.h) 7 * FILE NAME : UTYPES.H (formerly ptypes.h)
8 * 8 *
9 * Date Name Description 9 * Date Name Description
10 * 12/11/96 helena Creation. 10 * 12/11/96 helena Creation.
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 #define U_TOOLUTIL_API U_EXPORT 298 #define U_TOOLUTIL_API U_EXPORT
299 #elif defined(U_STATIC_IMPLEMENTATION) 299 #elif defined(U_STATIC_IMPLEMENTATION)
300 #define U_DATA_API 300 #define U_DATA_API
301 #define U_COMMON_API 301 #define U_COMMON_API
302 #define U_I18N_API 302 #define U_I18N_API
303 #define U_LAYOUT_API 303 #define U_LAYOUT_API
304 #define U_LAYOUTEX_API 304 #define U_LAYOUTEX_API
305 #define U_IO_API 305 #define U_IO_API
306 #define U_TOOLUTIL_API 306 #define U_TOOLUTIL_API
307 #elif defined(U_COMMON_IMPLEMENTATION) 307 #elif defined(U_COMMON_IMPLEMENTATION)
308 #define U_DATA_API U_IMPORT 308 #define U_DATA_API U_EXPORT
309 #define U_COMMON_API U_EXPORT 309 #define U_COMMON_API U_EXPORT
310 #define U_I18N_API U_IMPORT 310 #define U_I18N_API U_IMPORT
311 #define U_LAYOUT_API U_IMPORT 311 #define U_LAYOUT_API U_IMPORT
312 #define U_LAYOUTEX_API U_IMPORT 312 #define U_LAYOUTEX_API U_IMPORT
313 #define U_IO_API U_IMPORT 313 #define U_IO_API U_IMPORT
314 #define U_TOOLUTIL_API U_IMPORT 314 #define U_TOOLUTIL_API U_IMPORT
315 #elif defined(U_I18N_IMPLEMENTATION) 315 #elif defined(U_I18N_IMPLEMENTATION)
316 #define U_DATA_API U_IMPORT 316 #define U_DATA_API U_IMPORT
317 #define U_COMMON_API U_IMPORT 317 #define U_COMMON_API U_IMPORT
318 #define U_I18N_API U_EXPORT 318 #define U_I18N_API U_EXPORT
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 * Return a string for a UErrorCode value. 714 * Return a string for a UErrorCode value.
715 * The string will be the same as the name of the error code constant 715 * The string will be the same as the name of the error code constant
716 * in the UErrorCode enum above. 716 * in the UErrorCode enum above.
717 * @stable ICU 2.0 717 * @stable ICU 2.0
718 */ 718 */
719 U_STABLE const char * U_EXPORT2 719 U_STABLE const char * U_EXPORT2
720 u_errorName(UErrorCode code); 720 u_errorName(UErrorCode code);
721 721
722 722
723 #endif /* _UTYPES */ 723 #endif /* _UTYPES */
OLDNEW
« no previous file with comments | « icu52/source/common/unicode/urename.h ('k') | icu52/source/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698