Home | History | Annotate | Download | only in src

Lines Matching defs:cs

1768   HB_ContextSubst*  cs = &st->context;
1774 cs->SubstFormat = GET_UShort();
1778 switch ( cs->SubstFormat )
1780 case 1: return Load_ContextSubst1( &cs->csf.csf1, stream );
1781 case 2: return Load_ContextSubst2( &cs->csf.csf2, stream );
1782 case 3: return Load_ContextSubst3( &cs->csf.csf3, stream );
1792 HB_ContextSubst* cs = &st->context;
1794 switch ( cs->SubstFormat )
1796 case 1: Free_ContextSubst1( &cs->csf.csf1 ); break;
1797 case 2: Free_ContextSubst2( &cs->csf.csf2 ); break;
1798 case 3: Free_ContextSubst3( &cs->csf.csf3 ); break;
2034 HB_ContextSubst* cs = &st->context;
2036 switch ( cs->SubstFormat )
2038 case 1: return Lookup_ContextSubst1( gsub, &cs->csf.csf1, buffer, flags, context_length, nesting_level );
2039 case 2: return Lookup_ContextSubst2( gsub, &cs->csf.csf2, buffer, flags, context_length, nesting_level );
2040 case 3: return Lookup_ContextSubst3( gsub, &cs->csf.csf3, buffer, flags, context_length, nesting_level );