Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ducnhash.h28 int with_named_seq);
/external/python/cpython3/Modules/
Dunicodedata.c1080 _check_alias_and_seq(unsigned int cp, Py_UCS4* code, int with_named_seq) in _check_alias_and_seq() argument
1083 if (!with_named_seq && IS_NAMED_SEQ(cp)) in _check_alias_and_seq()
1096 int with_named_seq) in _getcode() argument
1158 return _check_alias_and_seq(v, code, with_named_seq); in _getcode()
1168 return _check_alias_and_seq(v, code, with_named_seq); in _getcode()