Home
last modified time | relevance | path

Searched refs:hb_utf16_script_run_next (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz/contrib/
Dharfbuzz-unicode.h44 char hb_utf16_script_run_next(unsigned *num_code_points, HB_ScriptItem *output,
Dharfbuzz-unicode.c92 hb_utf16_script_run_next(unsigned *num_code_points, HB_ScriptItem *output, in hb_utf16_script_run_next() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.cpp152 …if (!hb_utf16_script_run_next(0, &m_item.item, m_run.characters(), m_run.length(), &m_indexOfNextS… in nextScriptRun()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp644 if (!hb_utf16_script_run_next(&m_numCodePoints, &m_item.item, m_run.characters(), in nextScriptRun()