]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/CanonShaping.h
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / layout / CanonShaping.h
index cdf19595b59e04b186301370482caea13d50921c..23f1312755a25b4cd205f4a23a2307fdb06677a8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp. 1998-2006 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
  *
  */
 
@@ -17,7 +17,9 @@ class U_LAYOUT_API CanonShaping /* not : public UObject because all members are
 {
 public:
     static const le_uint8 glyphSubstitutionTable[];
+    static const size_t   glyphSubstitutionTableLen;
     static const le_uint8 glyphDefinitionTable[];
+    static const size_t   glyphDefinitionTableLen;
 
     static void reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
                                    LEUnicode *outChars, LEGlyphStorage &glyphStorage);