Lines Matching refs:Substitute
211 ss->ssf.ssf2.Substitute = NULL; in Load_SingleSubst()
213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) in Load_SingleSubst()
216 s = ss->ssf.ssf2.Substitute; in Load_SingleSubst()
253 FREE( ss->ssf.ssf2.Substitute ); in Free_SingleSubst()
299 value = ss->ssf.ssf2.Substitute[index]; in Lookup_SingleSubst()
341 s->Substitute = NULL; in Load_Sequence()
345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) ) in Load_Sequence()
348 sub = s->Substitute; in Load_Sequence()
368 FREE( s->Substitute ); in Free_Sequence()
498 s = ms->Sequence[index].Substitute; in Lookup_MultipleSubst()
3566 rccs->Substitute = NULL; in Load_ReverseChainContextSubst()
3570 if ( ALLOC_ARRAY( rccs->Substitute, count, in Load_ReverseChainContextSubst()
3574 sub = rccs->Substitute; in Load_ReverseChainContextSubst()
3638 FREE ( rccs->Substitute ); in Free_ReverseChainContextSubst()
3724 IN_CURGLYPH() = rccs->Substitute[input_index]; in Lookup_ReverseChainContextSubst()