ICU-7023 Fix import for EBCDIC machines - contd
X-SVN-Rev: 29010
This commit is contained in:
parent
aae8e8df81
commit
eb9d3b2708
@ -568,7 +568,7 @@ static int32_t getShortestSubtagLength(const char *localeID) {
|
||||
#define ULOC_KEYWORD_BUFFER_LEN 25
|
||||
#define ULOC_MAX_NO_KEYWORDS 25
|
||||
|
||||
static const char *
|
||||
U_CAPI const char * U_EXPORT2
|
||||
locale_getKeywordsStart(const char *localeID) {
|
||||
const char *result = NULL;
|
||||
if((result = uprv_strchr(localeID, '@')) != NULL) {
|
||||
|
@ -59,4 +59,7 @@ ulocimp_getCountry(const char *localeID,
|
||||
char *country, int32_t countryCapacity,
|
||||
const char **pEnd);
|
||||
|
||||
U_CAPI const char * U_EXPORT2
|
||||
locale_getKeywordsStart(const char *localeID);
|
||||
|
||||
#endif
|
||||
|
@ -142,6 +142,7 @@
|
||||
#define le_layoutChars U_ICU_ENTRY_POINT_RENAME(le_layoutChars)
|
||||
#define le_reset U_ICU_ENTRY_POINT_RENAME(le_reset)
|
||||
#define locale_getKeywords U_ICU_ENTRY_POINT_RENAME(locale_getKeywords)
|
||||
#define locale_getKeywordsStart U_ICU_ENTRY_POINT_RENAME(locale_getKeywordsStart)
|
||||
#define locale_get_default U_ICU_ENTRY_POINT_RENAME(locale_get_default)
|
||||
#define locale_set_default U_ICU_ENTRY_POINT_RENAME(locale_set_default)
|
||||
#define pl_addFontRun U_ICU_ENTRY_POINT_RENAME(pl_addFontRun)
|
||||
|
Loading…
Reference in New Issue
Block a user