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

/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc46 static inline uint16_t hb_uint16_swap (const uint16_t v) function
49 { return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16); }

Completed in 29 milliseconds