Searched defs:string_ref (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info.cc193 int string_ref = StringForChromeHost(url); local
195 (string_ref == -1) ? IDS_SHORT_PRODUCT_NAME : string_ref);
/external/lldb/source/Core/
H A DConstString.cpp95 llvm::StringRef string_ref (cstr, cstr_len);
96 StringPoolEntryType& entry = m_string_map.GetOrCreateValue (string_ref, (StringPoolValueType)NULL);
103 GetConstCStringWithStringRef (const llvm::StringRef &string_ref) argument
105 if (string_ref.data())
108 StringPoolEntryType& entry = m_string_map.GetOrCreateValue (string_ref, (StringPoolValueType)NULL);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc647 CFStringRef string_ref = NULL; local
654 /* string_ref uses the scratch-buffer for backing store, and line references
655 * string_ref (via attr_string). We must release those before resizing buffer. */
656 assert (string_ref);
658 CFRelease (string_ref);
660 string_ref = NULL;
683 string_ref = CFStringCreateWithCharactersNoCopy (NULL,
686 if (unlikely (!string_ref))
695 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
869 UniChar ch = CFStringGetCharacterAtIndex (string_ref,
[all...]
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc625 CFStringRef string_ref = CFStringCreateWithCharactersNoCopy (NULL, local
630 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
716 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j);
719 ch = CFStringGetCharacterAtIndex (string_ref, j - 1);
845 CFRelease (string_ref);

Completed in 158 milliseconds