HomeSort by relevance Sort by last modified time
    Searched full:rule_set_end (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/ots/src/
layout.cc 514 const unsigned rule_set_end = static_cast<unsigned>(6) + local
516 if (rule_set_end > std::numeric_limits<uint16_t>::max()) {
519 if (offset_coverage < rule_set_end || offset_coverage >= length) {
532 if (offset_rule < rule_set_end || offset_rule >= length) {
    [all...]

Completed in 242 milliseconds