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.cc265 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))
H A Dhb-ot-shape-complex-myanmar.cc426 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))
H A Dhb-ot-shape-complex-indic.cc1093 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
1094 switch (syllable_type) {
1136 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
1137 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea.cc265 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))
H A Dhb-ot-shape-complex-myanmar.cc426 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))
H A Dhb-ot-shape-complex-indic.cc1093 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
1094 switch (syllable_type) {
1136 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
1137 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))

Completed in 97 milliseconds