Lines Matching defs:context_length
55 HB_UShort context_length,
1015 HB_UShort context_length,
1025 if ( context_length != 0xFFFF && context_length < 1 )
1574 HB_UShort context_length,
1588 if ( context_length != 0xFFFF && context_length < 2 )
1794 HB_UShort context_length,
1808 if ( context_length != 0xFFFF && context_length < 1 )
2216 HB_UShort context_length,
2235 if ( context_length != 0xFFFF && context_length < 1 )
2623 HB_UShort context_length,
2645 if ( context_length != 0xFFFF && context_length < 1 )
2950 HB_UShort context_length,
2970 if ( context_length != 0xFFFF && context_length < 1 )
3799 HB_UShort context_length,
3825 if ( context_length != 0xFFFF && context_length < pr[k].GlyphCount )
3864 HB_UShort context_length,
3916 if ( context_length != 0xFFFF && context_length < pr->GlyphCount )
3974 HB_UShort context_length,
3990 if ( context_length != 0xFFFF && context_length < cpf3->GlyphCount )
4026 HB_UShort context_length,
4035 flags, context_length, nesting_level );
4039 flags, context_length, nesting_level );
4043 flags, context_length, nesting_level );
5007 HB_UShort context_length,
5040 if ( context_length != 0xFFFF && context_length < igc )
5136 HB_UShort context_length,
5208 if ( context_length != 0xFFFF && context_length < igc )
5341 HB_UShort context_length,
5364 if ( context_length != 0xFFFF && context_length < igc )
5452 HB_UShort context_length,
5461 flags, context_length,
5466 flags, context_length,
5471 flags, context_length,
5773 HB_UShort context_length,
5802 error = Lookup_SinglePos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5804 error = Lookup_PairPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5806 error = Lookup_CursivePos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5808 error = Lookup_MarkBasePos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5810 error = Lookup_MarkLigPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5812 error = Lookup_MarkMarkPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5814 error = Lookup_ContextPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5816 error = Lookup_ChainContextPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5818 error = Lookup_ExtensionPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;*/
5885 const HB_UShort context_length = 0xFFFF;
5902 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level );