Searched refs:script_count (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-jstf-table.hh | 204 unsigned int *script_count /* IN/OUT */, in get_script_tags() 206 { return scriptList.get_tags (start_offset, script_count, script_tags); } in get_script_tags()
|
D | hb-ot-layout.h | 103 unsigned int *script_count /* IN/OUT */,
|
D | hb-ot-layout.cc | 228 unsigned int *script_count /* IN/OUT */, in hb_ot_layout_table_get_script_tags() argument 233 return g.get_script_tags (start_offset, script_count, script_tags); in hb_ot_layout_table_get_script_tags()
|
D | hb-ot-layout-gsubgpos-private.hh | 2243 unsigned int *script_count /* IN/OUT */, in get_script_tags() 2245 { return (this+scriptList).get_tags (start_offset, script_count, script_tags); } in get_script_tags()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 6370 int script_count = 0; in TEST() local 6374 if (obj->IsScript()) script_count++; in TEST() 6380 while (iterator.Next()) script_count--; in TEST() 6383 CHECK_EQ(0, script_count); in TEST()
|