Searched defs:MASK0_ZWJ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh181 MASK0_ZWJ = 0x20u, enumerator in enum:__anon11861
194 (info->codepoint == 0x200Du ? MASK0_ZWJ : 0);
239 return !!(info->unicode_props0() & MASK0_ZWJ);
245 info->unicode_props0() ^= MASK0_ZWNJ | MASK0_ZWJ;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh181 MASK0_ZWJ = 0x20u, enumerator in enum:__anon21663
194 (info->codepoint == 0x200Du ? MASK0_ZWJ : 0);
239 return !!(info->unicode_props0() & MASK0_ZWJ);
245 info->unicode_props0() ^= MASK0_ZWNJ | MASK0_ZWJ;

Completed in 70 milliseconds