unicode_props0 189 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) | unicode_props0 200 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh info->unicode_props0() = (unsigned int) gen_cat | ((info->unicode_props0()) & ~MASK0_GEN_CAT); unicode_props0 206 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return (hb_unicode_general_category_t) (info->unicode_props0() & MASK0_GEN_CAT); unicode_props0 225 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return !!(info->unicode_props0() & MASK0_IGNORABLE); unicode_props0 231 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return !!(info->unicode_props0() & MASK0_ZWNJ); unicode_props0 237 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return !!(info->unicode_props0() & MASK0_ZWJ); unicode_props0 243 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh info->unicode_props0() ^= MASK0_ZWNJ | MASK0_ZWJ; unicode_props0 389 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh HB_BUFFER_ALLOCATE_VAR (buffer, unicode_props0); unicode_props0 396 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh HB_BUFFER_DEALLOCATE_VAR (buffer, unicode_props0);