Searched refs:fmtkind (Results 1 – 1 of 1) sorted by relevance
14049 enum PyUnicode_Kind fmtkind; member14431 PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos) in unicode_format_arg_parse()14882 arg.ch = PyUnicode_READ(ctx->fmtkind, ctx->fmtdata, ctx->fmtpos); in unicode_format_arg()14934 ctx.fmtkind = PyUnicode_KIND(ctx.fmtstr); in PyUnicode_Format()14958 if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') { in PyUnicode_Format()14963 PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') { in PyUnicode_Format()