Home
last modified time | relevance | path

Searched defs:hb_is_signed (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-dsalgs.hh300 template <> struct hb_is_signed<signed char> { enum { value = true }; }; argument
301 template <> struct hb_is_signed<signed short> { enum { value = true }; }; struct
302 template <> struct hb_is_signed<signed int> { enum { value = true }; }; struct
303 template <> struct hb_is_signed<signed long> { enum { value = true }; }; argument
304 template <> struct hb_is_signed<unsigned char> { enum { value = false }; }; argument
305 template <> struct hb_is_signed<unsigned short> { enum { value = false }; }; argument
306 template <> struct hb_is_signed<unsigned int> { enum { value = false }; }; argument
307 template <> struct hb_is_signed<unsigned long> { enum { value = false }; }; struct
316 template <> struct hb_is_signed<__int8> { enum { value = true }; }; argument