indic_category   1683 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh 	_trans = _inds[ _slen > 0 && _keys[0] <=( info[p].indic_category()) &&
indic_category   1684 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh 		( info[p].indic_category()) <= _keys[1] ?
indic_category   1685 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh 		( info[p].indic_category()) - _keys[0] : _slen ];
indic_category    145 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   return !!(FLAG (info.indic_category()) & flags);
indic_category    258 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   info.indic_category() = cat;
indic_category    630 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   HB_BUFFER_ALLOCATE_VAR (buffer, indic_category);
indic_category    724 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	 (indic_plan->config->reph_mode == REPH_MODE_EXPLICIT && info[start + 2].indic_category() == OT_ZWJ)
indic_category    737 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     } else if (indic_plan->config->reph_mode == REPH_MODE_LOG_REPHA && info[start].indic_category() == OT_Repha)
indic_category    793 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 		info[i].indic_category() == OT_ZWJ &&
indic_category    794 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 		info[i - 1].indic_category() == OT_H)
indic_category    816 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	    if (limit < i && info[i - 1].indic_category() == OT_ZWJ)
indic_category    901 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     if (info[i].indic_category() == OT_M) {
indic_category    919 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       if (info[i].indic_category() == OT_H) {
indic_category    922 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	  if (is_consonant (info[j]) || info[j].indic_category() == OT_H)
indic_category    924 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	if (info[j].indic_category() != OT_H && j > i) {
indic_category    939 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       if ((FLAG (info[i].indic_category()) & (JOINER_FLAGS | FLAG (OT_N) | FLAG (OT_RS) | MEDIAL_FLAGS | HALANT_OR_COENG_FLAGS)))
indic_category    942 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	if (unlikely (info[i].indic_category() == OT_H &&
indic_category    976 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       } else if (info[i].indic_category() == OT_M)
indic_category   1077 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       if (info[i  ].indic_category() == OT_Ra &&
indic_category   1078 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	  info[i+1].indic_category() == OT_H  &&
indic_category   1080 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	   info[i+2].indic_category() != OT_ZWJ))
indic_category   1119 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       bool non_joiner = info[i].indic_category() == OT_ZWNJ;
indic_category   1162 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     if (buffer->info[end - 1].indic_category() == OT_DOTTEDCIRCLE)
indic_category   1263 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	     buffer->cur().indic_category() == OT_Repha)
indic_category   1322 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       info[base - 1].indic_category() != OT_ZWJ)
indic_category   1325 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	 (info[base].indic_category() == OT_H ||
indic_category   1326 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	  info[base].indic_category() == OT_N))
indic_category   1414 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc       ((info[start].indic_category() == OT_Repha) ^
indic_category   1524 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	  if (info[i].indic_category() == OT_M) {
indic_category   1591 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 	    if (new_pos > start && info[new_pos - 1].indic_category() == OT_M)
indic_category   1595 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc 		if (info[i].indic_category() == OT_M)
indic_category   1676 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   HB_BUFFER_DEALLOCATE_VAR (buffer, indic_category);