Searched refs:string_ref (Results 1 – 3 of 3) sorted by relevance
95 llvm::StringRef string_ref (cstr, cstr_len); in GetConstCStringWithLength() local96 …StringPoolEntryType& entry = m_string_map.GetOrCreateValue (string_ref, (StringPoolValueType)NULL); in GetConstCStringWithLength()103 GetConstCStringWithStringRef (const llvm::StringRef &string_ref) in GetConstCStringWithStringRef() argument105 if (string_ref.data()) in GetConstCStringWithStringRef()108 …StringPoolEntryType& entry = m_string_map.GetOrCreateValue (string_ref, (StringPoolValueType)NULL); in GetConstCStringWithStringRef()
658 CFStringRef string_ref = NULL; in _hb_coretext_shape() local667 assert (string_ref); in _hb_coretext_shape()669 CFRelease (string_ref); in _hb_coretext_shape()671 string_ref = NULL; in _hb_coretext_shape()694 string_ref = CFStringCreateWithCharactersNoCopy (NULL, in _hb_coretext_shape()697 if (unlikely (!string_ref)) in _hb_coretext_shape()706 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref); in _hb_coretext_shape()886 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j); in _hb_coretext_shape()889 ch = CFStringGetCharacterAtIndex (string_ref, j - 1); in _hb_coretext_shape()1069 if (string_ref) in _hb_coretext_shape()[all …]
582 // This would be a nice place for a string_ref