Searched refs:nu_strcasecoll (Results 1 – 3 of 3) sorted by relevance
40 return nu_strcasecoll(lhs.c_str(), rhs.c_str(), in compare()46 return nu_strcasecoll(platform::unaccent(lhs).c_str(), platform::unaccent(rhs).c_str(), in compare()
95 int nu_strcasecoll(const char *s1, const char *s2,
348 int nu_strcasecoll(const char *s1, const char *s2, in nu_strcasecoll() function