Home
last modified time | relevance | path

Searched refs:current_format (Results 1 – 2 of 2) 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/cpython2/Modules/_ctypes/
D_ctypes.c967 const char *current_format; in PyCPointerType_new() local
974 current_format = itemdict->format ? itemdict->format : "B"; in PyCPointerType_new()
978 itemdict->ndim, itemdict->shape, "&", current_format); in PyCPointerType_new()
980 stgdict->format = _ctypes_alloc_format_string("&", current_format); in PyCPointerType_new()