diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/common/unorm.cpp')
-rw-r--r-- | Build/source/libs/icu-xetex/common/unorm.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/libs/icu-xetex/common/unorm.cpp b/Build/source/libs/icu-xetex/common/unorm.cpp index ee4e9fc7491..b89c3e1ffc0 100644 --- a/Build/source/libs/icu-xetex/common/unorm.cpp +++ b/Build/source/libs/icu-xetex/common/unorm.cpp @@ -1,6 +1,6 @@ /* ****************************************************************************** -* Copyright (c) 1996-2005, International Business Machines +* Copyright (c) 1996-2006, International Business Machines * Corporation and others. All Rights Reserved. ****************************************************************************** * File unorm.cpp @@ -148,10 +148,10 @@ isNorm32HangulOrJamo(uint32_t norm32) { * Given isNorm32HangulOrJamo(), * is this a Hangul syllable or a Jamo? */ -static inline UBool +/*static inline UBool isHangulJamoNorm32HangulOrJamoL(uint32_t norm32) { return norm32<_NORM_MIN_JAMO_V; -} +}*/ /* * Given norm32 for Jamo V or T, @@ -191,7 +191,7 @@ U_CDECL_END /* unorm_props_data.c is machine-generated by gennorm --csource */ #include "unorm_props_data.c" -static const UBool formatVersion_2_1=TRUE, formatVersion_2_2=TRUE; +static const UBool formatVersion_2_2=TRUE; #else @@ -1622,6 +1622,8 @@ _decompose(UChar *dest, int32_t destCapacity, /* avoid compiler warnings */ norm32=0; c=0; + cc=0; + trailCC=0; if(srcLength>=0) { /* string with length */ |