Home
last modified time | relevance | path

Searched refs:nu_strcasecoll (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.cpp40 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dstrcoll.h95 int nu_strcasecoll(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.c348 int nu_strcasecoll(const char *s1, const char *s2, in nu_strcasecoll() function