Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dstrings.c24 static ssize_t _nu_bytelen(const uint32_t *unicode, const uint32_t *limit, nu_write_iterator_t it) { in _nu_bytelen() function
70 return _nu_bytelen(unicode, NU_UNLIMITED, it); in nu_bytelen()
86 return _nu_bytelen(unicode, unicode + max_len, it); in nu_bytenlen()