]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/ValueRecords.cpp
ICU-6.2.22.tar.gz
[apple/icu.git] / icuSources / layout / ValueRecords.cpp
index f917d879b93a05baa36fe294858ee79e0032c0c6..4a42c91a4cc2bcd5d39b975e6880823811a679e5 100644 (file)
@@ -1,7 +1,6 @@
 /*
- * @(#)ValueRecords.cpp        1.6 00/03/15
  *
- * (C) Copyright IBM Corp. 1998, 1999, 2000, 2001 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
  *
  */
 
@@ -235,7 +234,7 @@ le_int16 ValueRecord::getSize(ValueFormat valueFormat)
 
 le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat)
 {
-    static le_int16 bitsInNibble[] =
+    static const le_int16 bitsInNibble[] =
     {
         0 + 0 + 0 + 0,
         0 + 0 + 0 + 1,
@@ -263,7 +262,7 @@ le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat)
 
 le_int16 ValueRecord::getFieldIndex(ValueFormat valueFormat, ValueRecordField field)
 {
-    static le_uint16 beforeMasks[] = 
+    static const le_uint16 beforeMasks[] = 
     {
         0x0000,
         0x0001,