Lines Matching refs: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 )
3796 HB_UShort context_length,
3822 if ( context_length != 0xFFFF && context_length < pr[k].GlyphCount )
3861 HB_UShort context_length,
3913 if ( context_length != 0xFFFF && context_length < pr->GlyphCount )
3971 HB_UShort context_length,
3987 if ( context_length != 0xFFFF && context_length < cpf3->GlyphCount )
4023 HB_UShort context_length,
4032 flags, context_length, nesting_level );
4036 flags, context_length, nesting_level );
4040 flags, context_length, nesting_level );
5004 HB_UShort context_length,
5037 if ( context_length != 0xFFFF && context_length < igc )
5133 HB_UShort context_length,
5205 if ( context_length != 0xFFFF && context_length < igc )
5338 HB_UShort context_length,
5361 if ( context_length != 0xFFFF && context_length < igc )
5449 HB_UShort context_length,
5458 flags, context_length,
5463 flags, context_length,
5468 flags, context_length,
5770 HB_UShort context_length,
5799 error = Lookup_SinglePos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5801 error = Lookup_PairPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5803 error = Lookup_CursivePos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5805 error = Lookup_MarkBasePos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5807 error = Lookup_MarkLigPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5809 error = Lookup_MarkMarkPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5811 error = Lookup_ContextPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5813 error = Lookup_ChainContextPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;
5815 error = Lookup_ExtensionPos ( gpi, st, buffer, flags, context_length, nesting_level ); break;*/
5882 const HB_UShort context_length = 0xFFFF;
5899 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level );