Lines Matching refs:fmtcnt
14656 Py_ssize_t fmtcnt, fmtpos; member
15042 --ctx->fmtcnt; in unicode_format_arg_parse()
15045 while (pcount > 0 && --ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15054 if (ctx->fmtcnt < 0 || pcount > 0) { in unicode_format_arg_parse()
15077 while (--ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15107 if (--ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15114 while (--ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15134 if (--ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15152 if (--ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15159 while (--ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15175 if (ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15177 if (--ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
15183 if (ctx->fmtcnt < 0) { in unicode_format_arg_parse()
15215 if (ctx->fmtcnt == 0) in unicode_format_arg_format()
15479 ctx->fmtcnt--; in unicode_format_arg()
15529 ctx.fmtcnt = PyUnicode_GET_LENGTH(ctx.fmtstr); in PyUnicode_Format()
15533 ctx.writer.min_length = ctx.fmtcnt + 100; in PyUnicode_Format()
15551 while (--ctx.fmtcnt >= 0) { in PyUnicode_Format()
15556 while (ctx.fmtcnt >= 0 && in PyUnicode_Format()
15559 ctx.fmtcnt--; in PyUnicode_Format()
15561 if (ctx.fmtcnt < 0) { in PyUnicode_Format()