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

Side by Side Diff: source/io/uscanf.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 unified diff | Download patch
« no previous file with comments | « source/io/uprntf_p.c ('k') | source/io/uscanf.c » ('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 * 3 *
4 * Copyright (C) 1998-2004, International Business Machines 4 * Copyright (C) 1998-2014, International Business Machines
5 * Corporation and others. All Rights Reserved. 5 * Corporation and others. All Rights Reserved.
6 * 6 *
7 ****************************************************************************** 7 ******************************************************************************
8 * 8 *
9 * File uscanf.h 9 * File uscanf.h
10 * 10 *
11 * Modification History: 11 * Modification History:
12 * 12 *
13 * Date Name Description 13 * Date Name Description
14 * 12/02/98 stephen Creation. 14 * 12/02/98 stephen Creation.
15 * 03/13/99 stephen Modified for new C API. 15 * 03/13/99 stephen Modified for new C API.
16 ****************************************************************************** 16 ******************************************************************************
17 */ 17 */
18 18
19 #ifndef USCANF_H 19 #ifndef USCANF_H
20 #define USCANF_H 20 #define USCANF_H
21 21
22 #include "unicode/utypes.h" 22 #include "unicode/utypes.h"
23 23
24 #if !UCONFIG_NO_FORMATTING 24 #if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_CONVERSION
25 25
26 #include "unicode/ustdio.h" 26 #include "unicode/ustdio.h"
27 27
28 U_CFUNC int32_t 28 U_CFUNC int32_t
29 u_scanf_parse(UFILE *f, 29 u_scanf_parse(UFILE *f,
30 const UChar *patternSpecification, 30 const UChar *patternSpecification,
31 va_list ap); 31 va_list ap);
32 32
33 #endif /* #if !UCONFIG_NO_FORMATTING */ 33 #endif /* #if !UCONFIG_NO_FORMATTING */
34 34
35 #endif 35 #endif
36 36
OLDNEW
« no previous file with comments | « source/io/uprntf_p.c ('k') | source/io/uscanf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698