Searched refs:attr_string (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 698 … CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (kCFAllocatorDefault, in _hb_coretext_shape() local 700 if (unlikely (!attr_string)) in _hb_coretext_shape() 702 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape() 705 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape() 723 CFRelease (attr_string); in _hb_coretext_shape() 726 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape() 730 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape() 747 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start), in _hb_coretext_shape() 756 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start), in _hb_coretext_shape() 776 CFAttributedStringRemoveAttribute (attr_string, feature_range, kCTKernAttributeName); in _hb_coretext_shape() [all …]
|
/external/tcpdump/ |
D | print-radius.c | 892 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/ |
D | parse_html_deps.py | 270 attr_string = ' '.join('%s="%s"' % (x[0], x[1]) for x in self.attrs) 271 return '<%s %s>' % (self.tag, attr_string)
|