Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h104 if (!convert_uc(args[1], &fillchar)) { in unicode_center()
538 if (!convert_uc(args[1], &fillchar)) { in unicode_ljust()
847 if (!convert_uc(args[1], &fillchar)) { in unicode_rjust()
/third_party/python/Objects/
Dmemoryobject.c1703 case 'B': uc = *((const unsigned char *)ptr); goto convert_uc; in unpack_single()
1739 convert_uc: in unpack_single()
Dunicodeobject.c396 static int convert_uc(PyObject *obj, void *addr);
11271 convert_uc(PyObject *obj, void *addr) in convert_uc() function