Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c14330 const void *fmtdata; member
14696 PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos) in unicode_format_arg_parse()
15147 arg.ch = PyUnicode_READ(ctx->fmtkind, ctx->fmtdata, ctx->fmtpos); in unicode_format_arg()
15198 ctx.fmtdata = PyUnicode_DATA(ctx.fmtstr); in PyUnicode_Format()
15223 if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') { in PyUnicode_Format()
15228 PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') { in PyUnicode_Format()

Completed in 19 milliseconds