Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c1494 u8 *dst_max, *dst_next; in ntfs_mapping_pairs_build() local
1553 dst_next = dst + len_len + lcn_len + 1; in ntfs_mapping_pairs_build()
1554 if (dst_next > dst_max) in ntfs_mapping_pairs_build()
1559 dst = dst_next; in ntfs_mapping_pairs_build()
1590 dst_next = dst + len_len + lcn_len + 1; in ntfs_mapping_pairs_build()
1591 if (dst_next > dst_max) in ntfs_mapping_pairs_build()

Completed in 3 milliseconds