Searched refs:_ustrlen (Results 1 – 3 of 3) sorted by relevance
276 _ustrlen(Py_UNICODE *u) in _ustrlen() function400 n = _ustrlen(u); in do_mkvalue()
581 _ustrlen(Py_UNICODE *u) in _ustrlen() function1218 if (_ustrlen(*p) != (size_t)PyUnicode_GET_SIZE(arg)) { in convertsimple()
1451 _ustrlen(const Py_UNICODE *u) in _ustrlen() function1466 size = _ustrlen(str); in getargs_u()