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

Side by Side Diff: icu46/source/common/locmap.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/common/loclikely.cpp ('k') | icu46/source/common/locmap.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) 1996-2004, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *
7 ******************************************************************************
8 *
9 * File locmap.h : Locale Mapping Classes
10 *
11 *
12 * Created by: Helena Shih
13 *
14 * Modification History:
15 *
16 * Date Name Description
17 * 3/11/97 aliu Added setId().
18 * 4/20/99 Madhu Added T_convertToPosix()
19 * 09/18/00 george Removed the memory leaks.
20 * 08/23/01 george Convert to C
21 *============================================================================
22 */
23
24 #ifndef LOCMAP_H
25 #define LOCMAP_H
26
27 #include "unicode/utypes.h"
28
29 #define LANGUAGE_LCID(hostID) (uint16_t)(0x03FF & hostID)
30
31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
32
33 /* Don't call this function directly. Use uloc_getLCID instead. */
34 U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char* posixID, UErr orCode* status);
35
36 #endif /* LOCMAP_H */
37
OLDNEW
« no previous file with comments | « icu46/source/common/loclikely.cpp ('k') | icu46/source/common/locmap.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698