Searched refs:hb_utf16_script_run_next (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz/contrib/ |
D | harfbuzz-unicode.h | 44 char hb_utf16_script_run_next(unsigned *num_code_points, HB_ScriptItem *output,
|
D | harfbuzz-unicode.c | 92 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/ |
D | ComplexTextControllerLinux.cpp | 152 …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/ |
D | FontAndroid.cpp | 644 if (!hb_utf16_script_run_next(&m_numCodePoints, &m_item.item, m_run.characters(), in nextScriptRun()
|