Home
last modified time | relevance | path

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

/third_party/python/Tools/i18n/
Dmsgfmt.py75 keystart = 7*4+16*len(keys)
77 valuestart = keystart + len(ids)
83 koffsets += [l1, o1+keystart]
/third_party/python/Objects/
Dbytesobject.c691 const char *keystart; in _PyBytes_FormatEx() local
703 keystart = fmt; in _PyBytes_FormatEx()
712 keylen = fmt - keystart - 1; in _PyBytes_FormatEx()
718 key = PyBytes_FromStringAndSize(keystart, in _PyBytes_FormatEx()
Dunicodeobject.c15031 Py_ssize_t keystart; in unicode_format_arg_parse() local
15043 keystart = ctx->fmtpos; in unicode_format_arg_parse()
15053 keylen = ctx->fmtpos - keystart - 1; in unicode_format_arg_parse()
15060 keystart, keystart + keylen); in unicode_format_arg_parse()