HomeSort by relevance Sort by last modified time
    Searched defs:language_index (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 237 unsigned int script_index[2], language_index[2]; variable
hb-ot-layout.cc 305 unsigned int *language_index)
310 if (s.find_lang_sys_index (language_tag, language_index))
314 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index))
317 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX;
325 unsigned int language_index,
328 const OT::LangSys &l = get_gsubgpos_table (face, table_tag).get_script (script_index).get_lang_sys (language_index);
339 unsigned int language_index,
345 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index);
354 unsigned int language_index,
537 unsigned int language_index; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 230 unsigned int script_index[2], language_index[2]; variable
hb-ot-layout.cc 299 unsigned int *language_index)
304 if (s.find_lang_sys_index (language_tag, language_index))
308 if (s.find_lang_sys_index (HB_OT_TAG_DEFAULT_LANGUAGE, language_index))
311 if (language_index) *language_index = HB_OT_LAYOUT_DEFAULT_LANGUAGE_INDEX;
319 unsigned int language_index,
322 const OT::LangSys &l = get_gsubgpos_table (face, table_tag).get_script (script_index).get_lang_sys (language_index);
333 unsigned int language_index,
339 const OT::LangSys &l = g.get_script (script_index).get_lang_sys (language_index);
348 unsigned int language_index,
531 unsigned int language_index; local
    [all...]

Completed in 193 milliseconds