Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmodsupport.c276 _ustrlen(Py_UNICODE *u) in _ustrlen() function
400 n = _ustrlen(u); in do_mkvalue()
Dgetargs.c581 _ustrlen(Py_UNICODE *u) in _ustrlen() function
1218 if (_ustrlen(*p) != (size_t)PyUnicode_GET_SIZE(arg)) { in convertsimple()
/external/python/cpython2/Modules/
D_testcapimodule.c1451 _ustrlen(const Py_UNICODE *u) in _ustrlen() function
1466 size = _ustrlen(str); in getargs_u()