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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh183 MASK0_IGNORABLE = 0x80u, enumerator in enum:__anon11861
192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) |
227 return !!(info->unicode_props0() & MASK0_IGNORABLE);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh183 MASK0_IGNORABLE = 0x80u, enumerator in enum:__anon21663
192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) |
227 return !!(info->unicode_props0() & MASK0_IGNORABLE);

Completed in 101 milliseconds