Home
last modified time | relevance | path

Searched refs:script_count (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-jstf-table.hh204 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()
Dhb-ot-layout.h103 unsigned int *script_count /* IN/OUT */,
Dhb-ot-layout.cc228 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()
Dhb-ot-layout-gsubgpos-private.hh2243 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/
Dtest-heap.cc6370 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()