Home
last modified time | relevance | path

Searched refs:needle_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 Dstrcoll.c257 const char *needle, const char *needle_limit, in _nu_strstr() argument
264 if (needle_limit != needle) { in _nu_strstr()
268 if (needle_limit == needle || n0 == 0) { in _nu_strstr()
272 ssize_t needle_len = (needle_limit != NU_UNLIMITED in _nu_strstr()
273 ? (needle_limit - needle) in _nu_strstr()
288 _nu_strcoll(h0, haystack_limit, needle, needle_limit, in _nu_strstr()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dstrcoll_internal.h220 const char *needle, const char *needle_limit,