Searched defs:syllable_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-sea.cc266 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
267 switch (syllable_type) {
309 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
310 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
H A Dhb-ot-shape-complex-myanmar.cc438 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
439 switch (syllable_type) {
482 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
483 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
H A Dhb-ot-shape-complex-indic.cc1233 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
1234 switch (syllable_type) {
1279 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
1280 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea.cc266 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
267 switch (syllable_type) {
309 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
310 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
H A Dhb-ot-shape-complex-myanmar.cc438 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
439 switch (syllable_type) {
482 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
483 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
H A Dhb-ot-shape-complex-indic.cc1233 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
1234 switch (syllable_type) {
1279 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
1280 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))

Completed in 63 milliseconds