Searched defs:num_code_points (Results 1 - 1 of 1) sorted by relevance

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

Completed in 269 milliseconds