Lines Matching refs:table
80 uint32_t fFTable; /* forward state transition table. */
82 uint32_t fRTable; /* Offset to the reverse state transition table. */
84 uint32_t fSFTable; /* safe point forward transition table */
86 uint32_t fSRTable; /* safe point reverse transition table */
92 uint32_t fStatusTable; /* Offset to the table of rule status values */
129 uint32_t fRowLen; /* Length of a state table row, in bytes. */
130 uint32_t fFlags; /* Option Flags for this state table */
167 void printTable(const char *heading, const RBBIStateTable *table);
170 #define printTable(heading, table)
184 /* number of int32_t values in the rule status table. Used to sanity check indexing */