Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DConstString.cpp95 llvm::StringRef string_ref (cstr, cstr_len); in GetConstCStringWithLength() local
96 …StringPoolEntryType& entry = m_string_map.GetOrCreateValue (string_ref, (StringPoolValueType)NULL); in GetConstCStringWithLength()
103 GetConstCStringWithStringRef (const llvm::StringRef &string_ref) in GetConstCStringWithStringRef() argument
105 if (string_ref.data()) in GetConstCStringWithStringRef()
108 …StringPoolEntryType& entry = m_string_map.GetOrCreateValue (string_ref, (StringPoolValueType)NULL); in GetConstCStringWithStringRef()
/external/harfbuzz_ng/src/
Dhb-coretext.cc658 CFStringRef string_ref = NULL; in _hb_coretext_shape() local
667 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 …]
/external/libcxx/include/
Diomanip582 // This would be a nice place for a string_ref