Searched refs:s1_max_len (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/ |
| H A D | strcoll.h | 162 int nu_strncoll(const char *s1, size_t s1_max_len, 171 int nu_strcasencoll(const char *s1, size_t s1_max_len,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 408 int nu_strncoll(const char *s1, size_t s1_max_len, in nu_strncoll() argument 411 return _nu_strcoll(s1, s1 + s1_max_len, s2, s2 + s2_max_len, in nu_strncoll() 418 int nu_strcasencoll(const char *s1, size_t s1_max_len, in nu_strcasencoll() argument 421 return _nu_strcoll(s1, s1 + s1_max_len, s2, s2 + s2_max_len, in nu_strcasencoll()
|