HomeSort by relevance Sort by last modified time
    Searched defs:isCIEquivalentTo (Results 1 - 2 of 2) sorted by null

  /external/opencore/oscl/oscl/osclutil/src/
oscl_str_ptr_len.h 116 c_bool isCIEquivalentTo(const StrPtrLen& rhs) const
230 c_bool isCIEquivalentTo(const WStrPtrLen& rhs) const
329 c_bool isCIEquivalentTo(const StrCSumPtrLen& rhs) const
336 return static_cast<const StrPtrLen&>(*this).isCIEquivalentTo(
  /external/opencore/protocols/http_parcom/src/
string_keyvalue_store.h 127 bool isCIEquivalentTo(const StrCSumPtrLen& rhs) const
129 return (iStr.isCIEquivalentTo(rhs) > 0);
131 bool isCIEquivalentTo(const char*s, const uint32 len) const
134 return (iStr.isCIEquivalentTo(str) > 0);

Completed in 376 milliseconds