HomeSort by relevance Sort by last modified time
    Searched defs:syllable_type (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 415 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
416 switch (syllable_type) {
464 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
465 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
hb-ot-shape-complex-use.cc 313 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F); local
314 switch (syllable_type)
425 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
427 if (unlikely (!(FLAG_UNSAFE (syllable_type) &
517 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
518 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
hb-ot-shape-complex-indic.cc 1200 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); local
1254 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); local
    [all...]

Completed in 376 milliseconds