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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic-machine.hh 1287 unsigned int syllable_serial = 1; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 274 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
276 syllable_serial++; \
277 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
302 unsigned int syllable_serial = 1; local
hb-ot-shape-complex-sea-machine.hh 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
105 syllable_serial++; \
106 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
131 unsigned int syllable_serial = 1; local
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.hh 1287 unsigned int syllable_serial = 1; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 274 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
276 syllable_serial++; \
277 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
302 unsigned int syllable_serial = 1; local
hb-ot-shape-complex-sea-machine.hh 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
105 syllable_serial++; \
106 if (unlikely (syllable_serial == 16)) syllable_serial = 1; \
131 unsigned int syllable_serial = 1; local

Completed in 60 milliseconds