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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 69 #define found_syllable(syllable_type) \
71 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
73 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-sea-machine.hh 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-indic-machine.rl 93 #define found_syllable(syllable_type) \
95 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
97 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-myanmar-machine.rl 92 #define found_syllable(syllable_type) \
94 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
96 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-myanmar-machine.hh 270 #define found_syllable(syllable_type) \
272 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
274 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-sea.cc 265 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
266 switch (syllable_type) {
306 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
307 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
hb-ot-shape-complex-myanmar.cc 426 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
427 switch (syllable_type) {
467 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
468 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
hb-ot-shape-complex-indic-machine.hh     [all...]
hb-ot-shape-complex-indic.cc 1093 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
1136 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
    [all...]

Completed in 1460 milliseconds