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

Side by Side Diff: source/tools/genrb/genrb.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/tools/genrb/derb.1.in ('k') | source/tools/genrb/genrb.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) 2002-2011, International Business Machines 4 * Copyright (C) 2002-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 genrb.h 9 * File genrb.h
10 *
11 * Modification History:
12 *******************************************************************************
13 */ 10 */
14 11
15 #ifndef GENRB_H 12 #ifndef GENRB_H
16 #define GENRB_H 13 #define GENRB_H
17 14
18 #include <stdio.h> 15 #include <stdio.h>
19 #include "unicode/utypes.h" 16 #include "unicode/utypes.h"
20 #include "unicode/putil.h" 17 #include "unicode/putil.h"
21 #include "cmemory.h" 18 #include "cmemory.h"
22 #include "cstring.h" 19 #include "cstring.h"
(...skipping 11 matching lines...) Expand all
34 #include "uoptions.h" 31 #include "uoptions.h"
35 32
36 #include "unicode/ucol.h" 33 #include "unicode/ucol.h"
37 #include "unicode/uloc.h" 34 #include "unicode/uloc.h"
38 35
39 /* The version of genrb */ 36 /* The version of genrb */
40 #define GENRB_VERSION "3.3" 37 #define GENRB_VERSION "3.3"
41 38
42 U_CDECL_BEGIN 39 U_CDECL_BEGIN
43 40
44 extern UBool gIncludeUnihanColl;
45
46 U_CAPI void processFile( 41 U_CAPI void processFile(
47 const char *filename, 42 const char *filename,
48 const char* cp, 43 const char* cp,
49 const char *inputDir, 44 const char *inputDir,
50 const char *outputDir, 45 const char *outputDir,
51 const char *packageName, 46 const char *packageName,
52 UBool omitBinaryCollation, 47 UBool omitBinaryCollation,
53 UErrorCode *status); 48 UErrorCode *status);
54 49
55 U_CDECL_END 50 U_CDECL_END
56 51
57 #endif 52 #endif
OLDNEW
« no previous file with comments | « source/tools/genrb/derb.1.in ('k') | source/tools/genrb/genrb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698