Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dstrcoll.c272 ssize_t needle_len = (needle_limit != NU_UNLIMITED in _nu_strstr()
313 return _nu_strchr(encoded, NU_UNLIMITED, in nu_strchr()
320 return _nu_strchr(encoded, NU_UNLIMITED, in nu_strcasechr()
327 return _nu_strrchr(encoded, NU_UNLIMITED, in nu_strrchr()
334 return _nu_strrchr(encoded, NU_UNLIMITED, c, read, in nu_strrcasechr()
341 return _nu_strcoll(s1, NU_UNLIMITED, s2, NU_UNLIMITED, in nu_strcoll()
350 return _nu_strcoll(s1, NU_UNLIMITED, s2, NU_UNLIMITED, in nu_strcasecoll()
359 return _nu_strstr(haystack, NU_UNLIMITED, needle, NU_UNLIMITED, in nu_strstr()
368 return _nu_strstr(haystack, NU_UNLIMITED, needle, NU_UNLIMITED, in nu_strcasestr()
H A Dstrings.c66 return _nu_strlen(encoded, NU_UNLIMITED, it); in nu_strlen()
70 return _nu_bytelen(unicode, NU_UNLIMITED, it); in nu_bytelen()
74 return _nu_strbytelen(encoded, NU_UNLIMITED, it); in nu_strbytelen()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Ddefines.h37 #define NU_UNLIMITED ((const void *)(-1)) macro