Searched refs:haystack_limit (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 256 const char* _nu_strstr(const char *haystack, const char *haystack_limit, in _nu_strstr() argument 278 h0 = _nu_strchr(h0, haystack_limit, in _nu_strstr() 288 _nu_strcoll(h0, haystack_limit, needle, needle_limit, in _nu_strstr() 301 if (h0 < haystack_limit) { in _nu_strstr() 305 while (h0 != 0 && h0 < haystack_limit); in _nu_strstr()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/ |
| H A D | strcoll_internal.h | 219 const char* _nu_strstr(const char *haystack, const char *haystack_limit,
|