Searched refs:_nu_strlen (Results 1 – 1 of 1) sorted by relevance
6 static ssize_t _nu_strlen(const char *encoded, const char *limit, nu_read_iterator_t it) { in _nu_strlen() function66 return _nu_strlen(encoded, NU_UNLIMITED, it); in nu_strlen()82 return _nu_strlen(encoded, encoded + max_len, it); in nu_strnlen()