Searched refs:HB_MAX_CONTEXT_LENGTH (Results 1 – 4 of 4) sorted by relevance
778 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], in match_input() argument783 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false); in match_input()893 const unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in ligate_input() argument1078 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in apply_lookup() argument1167 if (unlikely (delta + count > HB_MAX_CONTEXT_LENGTH)) in apply_lookup()1276 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in context_apply_lookup()1917 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in chain_context_apply_lookup()
41 #ifndef HB_MAX_CONTEXT_LENGTH42 #define HB_MAX_CONTEXT_LENGTH 64 macro
567 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH];
739 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in apply()