Searched refs:attr_string (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-radius.c | 896 const char *attr_string; in radius_attrs_print() local 905 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print() 907 attr_string = "Unknown"; in radius_attrs_print() 911 attr_string, in radius_attrs_print() 919 attr_string, in radius_attrs_print() 925 attr_string, in radius_attrs_print()
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 804 … CFMutableAttributedStringRef attr_string = CFAttributedStringCreateMutable (kCFAllocatorDefault, in _hb_coretext_shape() local 806 if (unlikely (!attr_string)) in _hb_coretext_shape() 808 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape() 811 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape() 829 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape() 833 CFAttributedStringSetAttribute (attr_string, CFRangeMake (0, chars_len), in _hb_coretext_shape() 850 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, k - start), in _hb_coretext_shape() 859 CFAttributedStringSetAttribute (attr_string, CFRangeMake (start, chars_len - start), in _hb_coretext_shape() 874 …CTTypesetterRef typesetter = CTTypesetterCreateWithAttributedStringAndOptions (attr_string, option… in _hb_coretext_shape() 876 CFRelease (attr_string); in _hb_coretext_shape()
|