Searched refs:current_format (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | _strptime.py | 141 current_format = date_time[offset] 148 current_format = current_format.replace(old, new) 157 date_time[offset] = current_format.replace('11', U_W)
|
/external/python/cpython3/Lib/ |
D | _strptime.py | 140 current_format = date_time[offset] 147 current_format = current_format.replace(old, new) 156 date_time[offset] = current_format.replace('11', U_W)
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 995 const char *current_format; in PyCPointerType_new() local 1003 current_format = itemdict->format ? itemdict->format : "B"; in PyCPointerType_new() 1007 itemdict->ndim, itemdict->shape, "&", current_format); in PyCPointerType_new() 1009 stgdict->format = _ctypes_alloc_format_string("&", current_format); in PyCPointerType_new()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 1038 const char *current_format; in PyCPointerType_new() local 1046 current_format = itemdict->format ? itemdict->format : "B"; in PyCPointerType_new() 1050 itemdict->ndim, itemdict->shape, "&", current_format); in PyCPointerType_new() 1052 stgdict->format = _ctypes_alloc_format_string("&", current_format); in PyCPointerType_new()
|