Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-map.hh38 K kINVALID = hb_is_pointer (K) ? 0 : hb_is_signed (K) ? hb_int_min (K) : (K) -1,
39 V vINVALID = hb_is_pointer (V) ? 0 : hb_is_signed (V) ? hb_int_min (V) : (V) -1>
Dhb-meta.hh257 using hb_is_signed = hb_conditional<hb_is_arithmetic (T),
260 #define hb_is_signed(T) hb_is_signed<T>::value macro
Dhb-algs.hh618 static_assert (!hb_is_signed<T>::value, ""); in hb_in_range()
Dhb-open-type.hh60 typedef hb_conditional<hb_is_signed (Type), signed, unsigned> wide_type;