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

Side by Side Diff: source/common/ulocimp.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/common/uloc_tag.c ('k') | source/common/umutex.h » ('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) 2004-2010, International Business Machines 3 * Copyright (C) 2004-2014, International Business Machines
4 * Corporation and others. All Rights Reserved. 4 * Corporation and others. All Rights Reserved.
5 ********************************************************************** 5 **********************************************************************
6 */ 6 */
7 7
8 #ifndef ULOCIMP_H 8 #ifndef ULOCIMP_H
9 #define ULOCIMP_H 9 #define ULOCIMP_H
10 10
11 #include "unicode/uloc.h" 11 #include "unicode/uloc.h"
12 12
13 /** 13 /**
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 const char **pEnd); 55 const char **pEnd);
56 56
57 U_CFUNC int32_t 57 U_CFUNC int32_t
58 ulocimp_getCountry(const char *localeID, 58 ulocimp_getCountry(const char *localeID,
59 char *country, int32_t countryCapacity, 59 char *country, int32_t countryCapacity,
60 const char **pEnd); 60 const char **pEnd);
61 61
62 U_CAPI const char * U_EXPORT2 62 U_CAPI const char * U_EXPORT2
63 locale_getKeywordsStart(const char *localeID); 63 locale_getKeywordsStart(const char *localeID);
64 64
65
66 U_CFUNC UBool
67 ultag_isUnicodeLocaleKey(const char* s, int32_t len);
68
69 U_CFUNC UBool
70 ultag_isUnicodeLocaleType(const char* s, int32_t len);
71
72 U_CFUNC const char*
73 ulocimp_toBcpKey(const char* key);
74
75 U_CFUNC const char*
76 ulocimp_toLegacyKey(const char* key);
77
78 U_CFUNC const char*
79 ulocimp_toBcpType(const char* key, const char* type, UBool* isKnownKey, UBool* i sSpecialType);
80
81 U_CFUNC const char*
82 ulocimp_toLegacyType(const char* key, const char* type, UBool* isKnownKey, UBool * isSpecialType);
83
65 #endif 84 #endif
OLDNEW
« no previous file with comments | « source/common/uloc_tag.c ('k') | source/common/umutex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698