summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/i18n/ucol_elm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/ucol_elm.h')
-rw-r--r--Build/source/libs/icu-xetex/i18n/ucol_elm.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/ucol_elm.h b/Build/source/libs/icu-xetex/i18n/ucol_elm.h
index 3ffd204a1c4..5e980e2645d 100644
--- a/Build/source/libs/icu-xetex/i18n/ucol_elm.h
+++ b/Build/source/libs/icu-xetex/i18n/ucol_elm.h
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
-* Copyright (C) 2000-2003, International Business Machines
+* Copyright (C) 2000-2005, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -33,7 +33,7 @@
#include <stdio.h>
#endif
-U_NAMESPACE_BEGIN
+U_CDECL_BEGIN
typedef struct {
uint32_t *CEs;
@@ -62,8 +62,8 @@ typedef struct {
typedef struct {
uint32_t *endExpansionCE;
UBool *isV;
- int position;
- int size;
+ int32_t position;
+ int32_t size;
uint8_t maxLSize;
uint8_t maxVSize;
uint8_t maxTSize;
@@ -72,8 +72,8 @@ typedef struct {
typedef struct {
uint32_t *endExpansionCE;
uint8_t *expansionCESize;
- int position;
- int size;
+ int32_t position;
+ int32_t size;
} MaxExpansionTable;
typedef struct {
@@ -103,7 +103,7 @@ uprv_uca_canonicalClosure(tempUCATable *t, UErrorCode *status);
#define paddedsize(something) ((something)+((((something)%4)!=0)?(4-(something)%4):0))
#define headersize (paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet)))
-U_NAMESPACE_END
+U_CDECL_END
#endif /* #if !UCONFIG_NO_COLLATION */