Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
H A Dunicodeobject.c.h122 if (!convert_uc(args[1], &fillchar)) { in unicode_center()
556 if (!convert_uc(args[1], &fillchar)) { in unicode_ljust()
865 if (!convert_uc(args[1], &fillchar)) { in unicode_rjust()
/third_party/python/Objects/
H A Dmemoryobject.c1703 case 'B': uc = *((const unsigned char *)ptr); goto convert_uc; in unpack_single()
1739 convert_uc: in unpack_single()
H A Dunicodeobject.c80 converter = 'convert_uc'
391 static int convert_uc(PyObject *obj, void *addr);
10944 convert_uc(PyObject *obj, void *addr) in convert_uc() function

Completed in 27 milliseconds