Searched refs:iequals (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp53 iequals(const std::string_view& a, const std::string_view& b) function
176 return iequals(fName, std::string_view(other.String()));
183 return iequals(fName, other);
190 return iequals(fName, other.fName);

Completed in 29 milliseconds