Home
last modified time | relevance | path

Searched refs:num_code_points (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz/contrib/
Dharfbuzz-unicode.c96 hb_utf16_script_run_next(unsigned *num_code_points, HB_ScriptItem *output, in hb_utf16_script_run_next() argument
143 if (num_code_points) in hb_utf16_script_run_next()
144 *num_code_points = cps; in hb_utf16_script_run_next()
149 hb_utf16_script_run_prev(unsigned *num_code_points, HB_ScriptItem *output, in hb_utf16_script_run_prev() argument
202 if (num_code_points) in hb_utf16_script_run_prev()
203 *num_code_points = cps; in hb_utf16_script_run_prev()
Dharfbuzz-unicode.h44 char hb_utf16_script_run_next(unsigned *num_code_points, HB_ScriptItem *output,
51 char hb_utf16_script_run_prev(unsigned *num_code_points, HB_ScriptItem *output,