Searched refs:HB_MAX_CONTEXT_LENGTH (Results 1 – 4 of 4) sorted by relevance
785 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], in match_input() argument790 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false); in match_input()900 const unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in ligate_input() argument1085 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in apply_lookup() argument1174 if (unlikely (delta + count > HB_MAX_CONTEXT_LENGTH)) in apply_lookup()1283 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in context_apply_lookup()1916 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in chain_context_apply_lookup()
559 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH];
42 #ifndef HB_MAX_CONTEXT_LENGTH43 #define HB_MAX_CONTEXT_LENGTH 64 macro
776 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in apply()