Home
last modified time | relevance | path

Searched refs:syllable_serial (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar-machine.hh307 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
308 syllable_serial++; \
309 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
333 unsigned int syllable_serial = 1; in find_syllables_myanmar() local
Dhb-ot-shape-complex-khmer-machine.hh229 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
230 syllable_serial++; \
231 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
255 unsigned int syllable_serial = 1; in find_syllables_khmer() local
Dhb-ot-shape-complex-indic-machine.hh398 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
399 syllable_serial++; \
400 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
424 unsigned int syllable_serial = 1; in find_syllables_indic() local
Dhb-ot-shape-complex-use-machine.hh383 info[i].syllable() = (syllable_serial << 4) | use_##syllable_type; \
384 syllable_serial++; \
385 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
409 unsigned int syllable_serial = 1; in find_syllables_use() local
Dhb-ot-shape-complex-khmer-machine.rl86 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
87 syllable_serial++; \
88 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
105 unsigned int syllable_serial = 1;
Dhb-ot-shape-complex-myanmar-machine.rl100 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
101 syllable_serial++; \
102 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
119 unsigned int syllable_serial = 1;
Dhb-ot-shape-complex-indic-machine.rl99 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
100 syllable_serial++; \
101 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
118 unsigned int syllable_serial = 1;
Dhb-ot-shape-complex-use-machine.rl168 info[i].syllable() = (syllable_serial << 4) | use_##syllable_type; \
169 syllable_serial++; \
170 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
187 unsigned int syllable_serial = 1;
/external/skqp/third_party/harfbuzz/
Dhb-ot-shape-complex-myanmar-machine.hh288 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
289 syllable_serial++; \
290 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
314 unsigned int syllable_serial = 1; in find_syllables() local
Dhb-ot-shape-complex-use-machine.hh365 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
366 syllable_serial++; \
367 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
391 unsigned int syllable_serial = 1; in find_syllables() local
Dhb-ot-shape-complex-indic-machine.hh921 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
922 syllable_serial++; \
923 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
947 unsigned int syllable_serial = 1; in find_syllables() local