OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_default_lang_sys
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
main.cc
121
if (!script.
has_default_lang_sys
())
125
for (int n_langsys = script.
has_default_lang_sys
() ? -1 : 0; n_langsys < num_langsys; n_langsys++) {
hb-ot-layout-jstf-table.hh
162
inline bool
has_default_lang_sys
(void) const { return defaultLangSys != 0; }
function in struct:OT::JstfScript
hb-ot-layout-common-private.hh
236
inline bool
has_default_lang_sys
(void) const { return defaultLangSys != 0; }
function in struct:OT::Script
[
all
...]
/external/harfbuzz_ng/src/
main.cc
121
if (!script.
has_default_lang_sys
())
125
for (int n_langsys = script.
has_default_lang_sys
() ? -1 : 0; n_langsys < num_langsys; n_langsys++) {
hb-ot-layout-common-private.hh
236
inline bool
has_default_lang_sys
(void) const { return defaultLangSys != 0; }
function in struct:OT::Script
[
all
...]
Completed in 72 milliseconds