HomeSort by relevance Sort by last modified time
    Searched refs:string_ref (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Core/
ConstString.cpp 95 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)
105 if (string_ref.data())
108 StringPoolEntryType& entry = m_string_map.GetOrCreateValue (string_ref, (StringPoolValueType)NULL);
  /external/chromium_org/chrome/browser/ui/toolbar/
origin_chip_info.cc 186 int string_ref = StringForChromeHost(url); local
188 (string_ref == -1) ? IDS_SHORT_PRODUCT_NAME : string_ref);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-coretext.cc 627 CFStringRef string_ref = CFStringCreateWithCharactersNoCopy (NULL, local
632 CFAttributedStringReplaceString (attr_string, CFRangeMake (0, 0), string_ref);
718 UniChar ch = CFStringGetCharacterAtIndex (string_ref, j);
721 ch = CFStringGetCharacterAtIndex (string_ref, j - 1);
847 CFRelease (string_ref);
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 625 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);
    [all...]

Completed in 1109 milliseconds