Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c14328 enum PyUnicode_Kind fmtkind; 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()
15199 ctx.fmtkind = PyUnicode_KIND(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 18 milliseconds