]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/usrchimp.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / i18n / usrchimp.h
index 30683e5bd0940e67281b1d02d7b6f29cffdf2923..94968a71d5ad1ee224b2d2ef36a519befa26490e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2001 IBM and others. All rights reserved.
+*   Copyright (C) 2001-2004 IBM and others. All rights reserved.
 **********************************************************************
 *   Date        Name        Description
 *  08/13/2001   synwee      Creation.
@@ -42,8 +42,8 @@ struct UPattern {
           int32_t             textLength; // exact length
           // length required for backwards ce comparison
           int32_t             CELength; 
-          uint32_t           *CE;
-          uint32_t            CEBuffer[INITIAL_ARRAY_SIZE_];
+          int32_t            *CE;
+          int32_t             CEBuffer[INITIAL_ARRAY_SIZE_];
           UBool               hasPrefixAccents;
           UBool               hasSuffixAccents;
           int16_t             defaultShiftSize;