Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-tag.cc355 unsigned int *script_count /* IN/OUT */, in hb_ot_tags_from_script_and_language() argument
399 …needs_script = !parse_private_use_subtag (private_use_subtag, script_count, script_tags, "-hbsc", … in hb_ot_tags_from_script_and_language()
406 if (needs_script && script_count && script_tags && *script_count) in hb_ot_tags_from_script_and_language()
407 hb_ot_all_tags_from_script (script, script_count, script_tags); in hb_ot_tags_from_script_and_language()
488 unsigned int script_count = 1; in hb_ot_tags_to_script_and_language() local
492 &script_count, in hb_ot_tags_to_script_and_language()
496 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 */,
157 unsigned int *script_count /* IN/OUT */,
169 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.cc61 unsigned int script_count = HB_OT_MAX_TAGS_PER_SCRIPT; in hb_ot_map_builder_t() local
66 …hb_ot_tags_from_script_and_language (props.script, props.language, &script_count, script_tags, &la… in hb_ot_map_builder_t()
70 …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.cc465 unsigned int *script_count /* IN/OUT */, in hb_ot_layout_table_get_script_tags() argument
470 return g.get_script_tags (start_offset, script_count, script_tags); in hb_ot_layout_table_get_script_tags()
556 unsigned int script_count, in hb_ot_layout_table_select_script() argument
565 for (i = 0; i < script_count; i++) in hb_ot_layout_table_select_script()
1007 script_count(0),langsys_count(0) {} in hb_collect_features_context_t()
1017 if (script_count++ > HB_MAX_SCRIPTS) in visited()
1055 unsigned int script_count; member
Dhb-ot-layout-common.hh158 RecordList_subset_context_t() : script_count (0), langsys_count (0) in RecordList_subset_context_t()
163 return script_count++ < HB_MAX_SCRIPTS; in visitScript()
172 unsigned int script_count; member
Dhb-ot-layout-gsubgpos.hh2849 unsigned int *script_count /* IN/OUT */, in get_script_tags()
2851 { return (this+scriptList).get_tags (start_offset, script_count, script_tags); } in get_script_tags()
/external/harfbuzz_ng/test/api/
Dtest-ot-tag.c459 unsigned int script_count, in test_tags() argument
467 hb_tag_t *script_tags = malloc (script_count * sizeof (hb_tag_t)); in test_tags()
475 …hb_ot_tags_from_script_and_language (script, lang, &script_count, script_tags, &language_count, la… in test_tags()
477 g_assert_cmpuint (script_count, ==, expected_script_count); in test_tags()
480 for (i = 0; i < script_count + language_count; i++) in test_tags()
483 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.cpp249 int32_t script_count = -1; in setScriptExtensions() local
252 script_count = uscript_getScriptExtensions( in setScriptExtensions()
256 if (scripts.resize(script_count) == NULL) { in setScriptExtensions()
273 for (int32_t i = 0; i < script_count; i++) { in setScriptExtensions()