Home
last modified time | relevance | path

Searched refs:syllable_type (Results 1 – 15 of 15) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar-machine.hh303 #define found_syllable(syllable_type) \ argument
305 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
307 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
Dhb-ot-shape-complex-khmer-machine.hh225 #define found_syllable(syllable_type) \ argument
227 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
229 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
Dhb-ot-shape-complex-indic-machine.hh394 #define found_syllable(syllable_type) \ argument
396 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
398 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
Dhb-ot-shape-complex-use-machine.hh379 #define found_syllable(syllable_type) \ argument
381 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
383 info[i].syllable() = (syllable_serial << 4) | use_##syllable_type; \
Dhb-ot-shape-complex-use.cc306 use_syllable_type_t syllable_type = (use_syllable_type_t) (info[start].syllable() & 0x0F); in setup_topographical_masks() local
307 switch (syllable_type) in setup_topographical_masks()
409 use_syllable_type_t syllable_type = (use_syllable_type_t) (buffer->info[start].syllable() & 0x0F); in reorder_syllable_use() local
411 if (unlikely (!(FLAG_UNSAFE (syllable_type) & in reorder_syllable_use()
523 use_syllable_type_t syllable_type = (use_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_use() local
524 if (unlikely (last_syllable != syllable && syllable_type == use_broken_cluster)) in insert_dotted_circles_use()
Dhb-ot-shape-complex-myanmar.cc260 …myanmar_syllable_type_t syllable_type = (myanmar_syllable_type_t) (buffer->info[start].syllable() … in reorder_syllable_myanmar() local
261 switch (syllable_type) { in reorder_syllable_myanmar()
313 myanmar_syllable_type_t syllable_type = (myanmar_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_myanmar() local
314 if (unlikely (last_syllable != syllable && syllable_type == myanmar_broken_cluster)) in insert_dotted_circles_myanmar()
Dhb-ot-shape-complex-khmer-machine.rl82 #define found_syllable(syllable_type) \
84 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
86 info[i].syllable() = (syllable_serial << 4) | khmer_##syllable_type; \
Dhb-ot-shape-complex-khmer.cc315 …khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (buffer->info[start].syllable() & 0x… in reorder_syllable_khmer() local
316 switch (syllable_type) in reorder_syllable_khmer()
367 khmer_syllable_type_t syllable_type = (khmer_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_khmer() local
368 if (unlikely (last_syllable != syllable && syllable_type == khmer_broken_cluster)) in insert_dotted_circles_khmer()
Dhb-ot-shape-complex-myanmar-machine.rl96 #define found_syllable(syllable_type) \
98 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
100 info[i].syllable() = (syllable_serial << 4) | myanmar_##syllable_type; \
Dhb-ot-shape-complex-indic-machine.rl95 #define found_syllable(syllable_type) \
97 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
99 info[i].syllable() = (syllable_serial << 4) | indic_##syllable_type; \
Dhb-ot-shape-complex-use-machine.rl164 #define found_syllable(syllable_type) \
166 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
168 info[i].syllable() = (syllable_serial << 4) | use_##syllable_type; \
Dhb-ot-shape-complex-indic.cc914 …indic_syllable_type_t syllable_type = (indic_syllable_type_t) (buffer->info[start].syllable() & 0x… in initial_reordering_syllable_indic() local
915 switch (syllable_type) in initial_reordering_syllable_indic()
972 indic_syllable_type_t syllable_type = (indic_syllable_type_t) (syllable & 0x0F); in insert_dotted_circles_indic() local
973 if (unlikely (last_syllable != syllable && syllable_type == indic_broken_cluster)) in insert_dotted_circles_indic()
/external/skqp/third_party/harfbuzz/
Dhb-ot-shape-complex-myanmar-machine.hh284 #define found_syllable(syllable_type) \ argument
286 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
288 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
Dhb-ot-shape-complex-use-machine.hh361 #define found_syllable(syllable_type) \ argument
363 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
365 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
Dhb-ot-shape-complex-indic-machine.hh917 #define found_syllable(syllable_type) \ argument
919 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \
921 info[i].syllable() = (syllable_serial << 4) | syllable_type; \