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

  /external/clang/test/PCH/
cxx-templates.h 206 inline bool equalIgnoringNullity(const Vector<char, inlineCapacity>& a, const String& b) { return false; }
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 382 inline bool equalIgnoringNullity(const String& a, const String& b) { return equalIgnoringNullity(a.impl(), b.impl()); }
385 inline bool equalIgnoringNullity(const Vector<UChar, inlineCapacity>& a, const String& b) { return equalIgnoringNullity(a, b.impl()); }
StringImpl.h 352 bool equalIgnoringNullity(StringImpl*, StringImpl*);
355 bool equalIgnoringNullity(const Vector<UChar, inlineCapacity>& a, StringImpl* b)
StringImpl.cpp 996 bool equalIgnoringNullity(StringImpl* a, StringImpl* b)
  /external/webkit/Source/WebCore/page/
Location.cpp 230 if (equalIgnoringNullity(oldFragmentIdentifier, url.fragmentIdentifier()))

Completed in 469 milliseconds