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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 99 #define found_syllable(syllable_type) \
101 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-myanmar-machine.rl 96 #define found_syllable(syllable_type) \
98 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
100 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-myanmar-machine.hh 271 #define found_syllable(syllable_type) \
273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use-machine.hh 297 #define found_syllable(syllable_type) \
299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
301 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use-machine.rl 142 #define found_syllable(syllable_type) \
144 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
146 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use.cc 313 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F); local
314 switch (syllable_type)
425 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
427 if (unlikely (!(FLAG_UNSAFE (syllable_type) &
517 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
518 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
hb-ot-shape-complex-myanmar.cc 415 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
416 switch (syllable_type) {
464 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
465 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
hb-ot-shape-complex-indic.cc 1200 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
1254 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
    [all...]
hb-ot-shape-complex-indic-machine.hh     [all...]
  /external/skia/third_party/harfbuzz/
hb-ot-shape-complex-myanmar-machine.hh 271 #define found_syllable(syllable_type) \
273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use-machine.hh 297 #define found_syllable(syllable_type) \
299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
301 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-indic-machine.hh     [all...]
  /external/skqp/third_party/harfbuzz/
hb-ot-shape-complex-myanmar-machine.hh 271 #define found_syllable(syllable_type) \
273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use-machine.hh 297 #define found_syllable(syllable_type) \
299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
301 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-indic-machine.hh     [all...]

Completed in 531 milliseconds