Home
last modified time | relevance | path

Searched refs:with_named_seq (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ucnhash.h27 int with_named_seq);
/third_party/python/Modules/
H A Dunicodedata.c1209 _check_alias_and_seq(unsigned int cp, Py_UCS4* code, int with_named_seq) in _check_alias_and_seq() argument
1212 if (!with_named_seq && IS_NAMED_SEQ(cp)) in _check_alias_and_seq()
1225 const char* name, int namelen, Py_UCS4* code, int with_named_seq) in _getcode()
1229 * 3.2.0)). If with_named_seq is 1, returns the PUA code point that we are in _getcode()
1287 return _check_alias_and_seq(v, code, with_named_seq); in _getcode()
1298 return _check_alias_and_seq(v, code, with_named_seq); in _getcode()
1308 int with_named_seq) in capi_getcode()
1310 return _getcode(NULL, name, namelen, code, with_named_seq); in capi_getcode()
1224 _getcode(PyObject* self, const char* name, int namelen, Py_UCS4* code, int with_named_seq) _getcode() argument
1307 capi_getcode(const char* name, int namelen, Py_UCS4* code, int with_named_seq) capi_getcode() argument

Completed in 3 milliseconds