OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scriptTags
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
ScriptAndLanguageTags.cpp
17
const LETag OpenTypeLayoutEngine::
scriptTags
[] = {
OpenTypeLayoutEngine.h
160
static const LETag
scriptTags
[];
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp
108
hb_tag_t
scriptTags
[maxCount];
109
hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCount,
scriptTags
);
118
return hb_ot_tag_to_script(
scriptTags
[scriptIndex]);
Completed in 57 milliseconds