Lines Matching defs:table
617 // Enter test data into dispatch table.
619 DispatchTable table;
623 table.AddRange(CharacterRange(range[j], range[j + 1]), i);
625 // Check that the table looks as we would expect
627 OutSet* outs = table.Get(p);
1389 DispatchTable table;
1390 DispatchTableConstructor cons(&table, false);
1397 OutSet* set = table.Get(i);
1405 DispatchTable table;
1406 DispatchTableConstructor cons(&table, false);
1409 CHECK(!table.Get(0xFFFE)->Get(0));
1410 CHECK(table.Get(0xFFFF)->Get(0));