Home
last modified time | relevance | path

Searched refs:hb_utf16_script_run_prev (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz/contrib/
Dharfbuzz-unicode.h51 char hb_utf16_script_run_prev(unsigned *num_code_points, HB_ScriptItem *output,
Dharfbuzz-unicode.c149 hb_utf16_script_run_prev(unsigned *num_code_points, HB_ScriptItem *output, in hb_utf16_script_run_prev() function
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp640 if (!hb_utf16_script_run_prev(&m_numCodePoints, &m_item.item, m_run.characters(), in nextScriptRun()