Searched defs:RBBIStateTableRow (Results 1 – 4 of 4) sorted by relevance
97 struct RBBIStateTableRow { struct98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */105 int16_t fLookAhead; /* Non-zero if this row is for a state that */129 char fTableData[1]; /* First RBBIStateTableRow begins here. */ argument
129 union RBBIStateTableRow { union