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

Side by Side Diff: icu46/source/tools/genrb/genrb.h

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years 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 | « icu46/source/tools/genrb/errmsg.c ('k') | icu46/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')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 *******************************************************************************
3 *
4 * Copyright (C) 2002-2010, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *
7 *******************************************************************************
8 *
9 * File genrb.h
10 *
11 * Modification History:
12 *******************************************************************************
13 */
14
15 #ifndef GENRB_H
16 #define GENRB_H
17
18 #include <stdio.h>
19 #include "unicode/utypes.h"
20 #include "unicode/putil.h"
21 #include "cmemory.h"
22 #include "cstring.h"
23 #include "filestrm.h"
24
25
26 #include "ucbuf.h"
27 #include "errmsg.h"
28 #include "parse.h"
29 #include "rbutil.h"
30 #include "reslist.h"
31
32
33 #include "toolutil.h"
34 #include "uoptions.h"
35
36 #include "unicode/ucol.h"
37 #include "unicode/uloc.h"
38
39 /* The version of genrb */
40 #define GENRB_VERSION "3.3"
41
42 U_CAPI void processFile(
43 const char *filename,
44 const char* cp,
45 const char *inputDir,
46 const char *outputDir,
47 const char *packageName,
48 UErrorCode *status);
49
50 #endif
OLDNEW
« no previous file with comments | « icu46/source/tools/genrb/errmsg.c ('k') | icu46/source/tools/genrb/genrb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698