#line 1 "hb-ot-shaper-indic-machine.rl"
#ifndef HB_OT_SHAPER_INDIC_MACHINE_HH
#define HB_OT_SHAPER_INDIC_MACHINE_HH
#include "hb.hh"
#include "hb-ot-layout.hh"
#include "hb-ot-shaper-indic.hh"
#define indic_category() …
#define indic_position() …
indic_category_t;
indic_position_t;
#define I_Cat(Cat) …
enum indic_syllable_type_t { … };
#line 57 "hb-ot-shaper-indic-machine.hh"
#define indic_syllable_machine_ex_A …
#define indic_syllable_machine_ex_C …
#define indic_syllable_machine_ex_CM …
#define indic_syllable_machine_ex_CS …
#define indic_syllable_machine_ex_DOTTEDCIRCLE …
#define indic_syllable_machine_ex_H …
#define indic_syllable_machine_ex_M …
#define indic_syllable_machine_ex_MPst …
#define indic_syllable_machine_ex_N …
#define indic_syllable_machine_ex_PLACEHOLDER …
#define indic_syllable_machine_ex_RS …
#define indic_syllable_machine_ex_Ra …
#define indic_syllable_machine_ex_Repha …
#define indic_syllable_machine_ex_SM …
#define indic_syllable_machine_ex_Symbol …
#define indic_syllable_machine_ex_V …
#define indic_syllable_machine_ex_VD …
#define indic_syllable_machine_ex_X …
#define indic_syllable_machine_ex_ZWJ …
#define indic_syllable_machine_ex_ZWNJ …
#line 80 "hb-ot-shaper-indic-machine.hh"
static const unsigned char _indic_syllable_machine_trans_keys[] = …;
static const char _indic_syllable_machine_key_spans[] = …;
static const short _indic_syllable_machine_index_offsets[] = …;
static const unsigned char _indic_syllable_machine_indicies[] = …;
static const unsigned char _indic_syllable_machine_trans_targs[] = …;
static const char _indic_syllable_machine_trans_actions[] = …;
static const char _indic_syllable_machine_to_state_actions[] = …;
static const char _indic_syllable_machine_from_state_actions[] = …;
static const short _indic_syllable_machine_eof_trans[] = …;
static const int indic_syllable_machine_start = …;
static const int indic_syllable_machine_first_final = …;
static const int indic_syllable_machine_error = …;
static const int indic_syllable_machine_en_main = …;
#line 58 "hb-ot-shaper-indic-machine.rl"
#line 118 "hb-ot-shaper-indic-machine.rl"
#define found_syllable …
inline void
find_syllables_indic (hb_buffer_t *buffer)
{ … }
#undef found_syllable
#endif