Home
last modified time | relevance | path

Searched refs:current_format (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
D_strptime.py141 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.py140 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.c995 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.c1038 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()