Home
last modified time | relevance | path

Searched refs:n_table (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc99 for (int n_table = 0; n_table < num_tables; n_table++) { in main() local
100 const OpenTypeTable &table = font.get_table (n_table); in main()
101 printf (" Table %2d of %2d: %.4s (0x%08x+0x%08x)\n", n_table, num_tables, in main()
/external/libxml2/
Dtestapi.c9373 int n_table; in test_xmlDumpEntitiesTable() local
9376 for (n_table = 0;n_table < gen_nb_xmlEntitiesTablePtr;n_table++) { in test_xmlDumpEntitiesTable()
9379 table = gen_xmlEntitiesTablePtr(n_table, 1); in test_xmlDumpEntitiesTable()
9384 des_xmlEntitiesTablePtr(n_table, table, 1); in test_xmlDumpEntitiesTable()
9391 printf(" %d", n_table); in test_xmlDumpEntitiesTable()
9809 int n_table; in test_xmlHashAddEntry() local
9815 for (n_table = 0;n_table < gen_nb_xmlHashTablePtr;n_table++) { in test_xmlHashAddEntry()
9819 table = gen_xmlHashTablePtr(n_table, 0); in test_xmlHashAddEntry()
9826 des_xmlHashTablePtr(n_table, table, 0); in test_xmlHashAddEntry()
9834 printf(" %d", n_table); in test_xmlHashAddEntry()
[all …]