HomeSort by relevance Sort by last modified time
    Searched full:always_short_circuit (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 268 decompose_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool might_short_circuit, bool always_short_circuit)
273 decompose_multi_char_cluster (c, end, always_short_circuit);
306 bool always_short_circuit = mode == HB_OT_SHAPE_NORMALIZATION_MODE_NONE; local
307 bool might_short_circuit = always_short_circuit ||
330 decompose_cluster (&c, end, might_short_circuit, always_short_circuit);

Completed in 47 milliseconds