OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_utf16_script_run_next
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz/contrib/
harfbuzz-unicode.h
44
char
hb_utf16_script_run_next
(unsigned *num_code_points, HB_ScriptItem *output,
harfbuzz-unicode.c
99
hb_utf16_script_run_next
(unsigned *num_code_points, HB_ScriptItem *output,
function
/external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp
152
if (!
hb_utf16_script_run_next
(0, &m_item.item, m_run.characters(), m_run.length(), &m_indexOfNextScriptRun))
158
// But we currently need to call
hb_utf16_script_run_next
anyway to fill
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp
647
if (!
hb_utf16_script_run_next
(&m_numCodePoints, &m_item.item, m_run.characters(),
654
// But we currently need to call
hb_utf16_script_run_next
anyway to fill
[
all
...]
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp
655
hb_utf16_script_run_next
(&numCodePoints, &mShaperItem.item, mShaperItem.string,
[
all
...]
Completed in 1037 milliseconds