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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-fallback-shape.cc 120 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) {
hb-unicode-private.hh 169 is_default_ignorable (hb_codepoint_t ch) function in struct:hb_unicode_funcs_t
hb-ot-layout-private.hh 190 /* XXX This shouldn't be inlined, or at least not while is_default_ignorable() is inline. */
192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) |
  /external/harfbuzz_ng/src/
hb-fallback-shape.cc 120 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) {
hb-unicode-private.hh 169 is_default_ignorable (hb_codepoint_t ch) function in struct:hb_unicode_funcs_t
hb-ot-layout-private.hh 190 /* XXX This shouldn't be inlined, or at least not while is_default_ignorable() is inline. */
192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) |

Completed in 424 milliseconds