HomeSort by relevance Sort by last modified time
    Searched refs:hb_be_uint16_eq (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 538 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); }
hb-private.hh 572 #define hb_be_uint16_eq(a,b) (a[0] == b[0] && a[1] == b[1]) macro
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 538 inline bool operator == (const BEInt<Type, 2>& o) const { return hb_be_uint16_eq (v, o.v); }
hb-private.hh 533 #define hb_be_uint16_eq(a,b) (a[0] == b[0] && a[1] == b[1]) macro

Completed in 51 milliseconds