Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-name.cc91 typename out_utf_t::codepoint_t *dst_next = out_utf_t::encode (dst, dst_end, unicode); in hb_ot_name_convert_utf() local
92 if (dst_next == dst) in hb_ot_name_convert_utf()
95 dst = dst_next; in hb_ot_name_convert_utf()