Searched defs:syllable_serial (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-machine.hh1540 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
1542 syllable_serial++; \
1543 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
1568 unsigned int syllable_serial = 1; local
H A Dhb-ot-shape-complex-myanmar-machine.hh275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
277 syllable_serial++; \
278 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
303 unsigned int syllable_serial = 1; local
H A Dhb-ot-shape-complex-sea-machine.hh103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
105 syllable_serial++; \
106 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
131 unsigned int syllable_serial = 1; local

Completed in 93 milliseconds