OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:language_tag
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc
85
hb_tag_t
language_tag
;
local
88
language_tag
= hb_ot_tag_from_language (props.language);
93
hb_ot_layout_script_find_language (face, table_tag, script_index[table_index],
language_tag
, &language_index[table_index]);
hb-uniscribe.cc
831
OPENTYPE_TAG
language_tag
= hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language));
local
889
language_tag
,
931
language_tag
,
/external/harfbuzz_ng/src/
hb-ot-map.cc
77
hb_tag_t
language_tag
;
local
80
language_tag
= hb_ot_tag_from_language (props.language);
85
hb_ot_layout_script_find_language (face, table_tag, script_index[table_index],
language_tag
, &language_index[table_index]);
hb-uniscribe.cc
335
OPENTYPE_TAG
language_tag
= hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language));
local
351
language_tag
,
393
language_tag
,
Completed in 86 milliseconds