Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-tag.cc343 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
387 …needs_script = parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", T… in hb_ot_tags_from_script_and_language()
394 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
395 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
463 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
467 &script_count, in hb_ot_tags_to_script_and_language()
471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language()
Dhb-ot-layout.h71 unsigned int *script_count /* IN/OUT */,
146 unsigned int *script_count /* IN/OUT */,
158 unsigned int script_count,
Dhb-ot-layout-jstf-table.hh205 unsigned int *script_count /* IN/OUT */, in get_script_tags()
207 { return scriptList.get_tags (start_offset, script_count, script_tags); } in get_script_tags()
Dhb-ot-map.cc57 unsigned int script_count = HB_OT_MAX_TAGS_PER_SCRIPT; in hb_ot_map_builder_t() local
62 …hb_ot_tags_from_script_and_language (props.script, props.language, &script_count, script_tags, &la… in hb_ot_map_builder_t()
66 …le_index] = (bool) hb_ot_layout_table_select_script (face, table_tag, script_count, script_tags, &… in hb_ot_map_builder_t()
Dhb-ot-layout.cc338 unsigned int *script_count /* IN/OUT */, in hb_ot_layout_table_get_script_tags() argument
343 return g.get_script_tags (start_offset, script_count, script_tags); in hb_ot_layout_table_get_script_tags()
398 unsigned int script_count, in hb_ot_layout_table_select_script() argument
407 for (i = 0; i < script_count; i++) in hb_ot_layout_table_select_script()
685 script_count(0),langsys_count(0) {} in hb_collect_features_context_t()
695 if (script_count++ > HB_MAX_SCRIPTS) in visited()
733 unsigned int script_count; member
Dhb-ot-layout-gsubgpos.hh2658 unsigned int *script_count /* IN/OUT */, in get_script_tags()
2660 { return (this+scriptList).get_tags (start_offset, script_count, script_tags); } in get_script_tags()
/external/harfbuzz_ng/test/api/
Dtest-ot-tag.c460 unsigned int script_count, in test_tags() argument
468 hb_tag_t *script_tags = malloc (script_count * sizeof (hb_tag_t)); in test_tags()
476 …hb_ot_tags_from_script_and_language (script, lang, &script_count, script_tags, &language_count, la… in test_tags()
478 g_assert_cmpuint (script_count, ==, expected_script_count); in test_tags()
481 for (i = 0; i < script_count + language_count; i++) in test_tags()
484 hb_tag_t actual_tag = i < script_count ? script_tags[i] : language_tags[i - script_count]; in test_tags()
/external/icu/icu4c/source/i18n/
Dscriptset.cpp257 int32_t script_count = -1; in setScriptExtensions() local
260 script_count = uscript_getScriptExtensions( in setScriptExtensions()
264 if (scripts.resize(script_count) == NULL) { in setScriptExtensions()
281 for (int32_t i = 0; i < script_count; i++) { in setScriptExtensions()