Home
last modified time | relevance | path

Searched refs:script_code (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_worditerator.cc136 UScriptCode script_code[8]; in CreateRuleSets() local
137 int scripts = uscript_getCode(language.c_str(), script_code, in CreateRuleSets()
138 arraysize(script_code), &error); in CreateRuleSets()
140 script_code_ = script_code[0]; in CreateRuleSets()
292 UScriptCode script_code = uscript_getScript(c, &status); in OutputDefault() local
293 if (script_code == script_code_ || script_code == USCRIPT_COMMON) in OutputDefault()
/external/harfbuzz_ng/src/
Dhb-icu-le.cc116 le_int32 script_code = hb_icu_script_from_script (shape_plan->props.script); in _hb_icu_le_shape() local
121 script_code, in _hb_icu_le_shape()