X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..7393aa2fd2c40c89f12c2db881842a563afdb429:/icuSources/layout/ContextualSubstSubtables.h diff --git a/icuSources/layout/ContextualSubstSubtables.h b/icuSources/layout/ContextualSubstSubtables.h index da3f3e4f..a77a196d 100644 --- a/icuSources/layout/ContextualSubstSubtables.h +++ b/icuSources/layout/ContextualSubstSubtables.h @@ -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,