]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/ContextualSubstSubtables.h
ICU-400.38.tar.gz
[apple/icu.git] / icuSources / layout / ContextualSubstSubtables.h
index da3f3e4fa51e1efb7becce5ee083429fa82f4526..a77a196d1f9435bdf5aef45d9fe2785b429f1ed5 100644 (file)
@@ -1,7 +1,6 @@
 /*
- * @(#)ContextualSubstSubtables.h      1.7 00/03/15
  *
- * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
  *
  */
 
@@ -32,15 +31,15 @@ struct ContextualSubstitutionBase : GlyphSubstitutionSubtable
 {
     static le_bool matchGlyphIDs(
         const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
-        le_bool backtrack = false);
+        le_bool backtrack = FALSE);
 
     static le_bool matchGlyphClasses(
         const le_uint16 *classArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
-        const ClassDefinitionTable *classDefinitionTable, le_bool backtrack = false);
+        const ClassDefinitionTable *classDefinitionTable, le_bool backtrack = FALSE);
 
     static le_bool matchGlyphCoverages(
         const Offset *coverageTableOffsetArray, le_uint16 glyphCount,
-        GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = false);
+        GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
 
     static void applySubstitutionLookups(
         const LookupProcessor *lookupProcessor,