Searched refs:nu_strcoll (Results 1 – 3 of 3) sorted by relevance
37 return nu_strcoll(lhs.c_str(), rhs.c_str(), in compare()43 return nu_strcoll(platform::unaccent(lhs).c_str(), platform::unaccent(rhs).c_str(), in compare()
86 int nu_strcoll(const char *s1, const char *s2,
339 int nu_strcoll(const char *s1, const char *s2, in nu_strcoll() function