Home
last modified time | relevance | path

Searched refs:attr_string (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-coretext.cc684 … CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (kCFAllocatorDefault, in _hb_coretext_shape() local
686 if (unlikely (!attr_string)) in _hb_coretext_shape()
688 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape()
691 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape()
709 CFRelease (attr_string); in _hb_coretext_shape()
712 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape()
716 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape()
733 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start), in _hb_coretext_shape()
742 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start), in _hb_coretext_shape()
762 CFAttributedStringRemoveAttribute (attr_string, feature_range, kCTKernAttributeName); in _hb_coretext_shape()
[all …]
/external/tcpdump/
Dprint-radius.c892 const char *attr_string; in radius_attrs_print() local
901 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print()
903 attr_string = "Unknown"; in radius_attrs_print()
907 attr_string, in radius_attrs_print()
915 attr_string, in radius_attrs_print()
921 attr_string, in radius_attrs_print()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dparse_html_deps.py275 attr_string = ' '.join('%s="%s"' % (x[0], x[1]) for x in self.attrs)
276 return '<%s %s>' % (self.tag, attr_string)