Home
last modified time | relevance | path

Searched refs:nu_strcoll (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dcollator.cpp37 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dstrcoll.h86 int nu_strcoll(const char *s1, const char *s2,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dstrcoll.c339 int nu_strcoll(const char *s1, const char *s2, in nu_strcoll() function