Lines Matching defs:fmtcnt
14329 Py_ssize_t fmtcnt, fmtpos;
14713 --ctx->fmtcnt;
14716 while (pcount > 0 && --ctx->fmtcnt >= 0) {
14725 if (ctx->fmtcnt < 0 || pcount > 0) {
14748 while (--ctx->fmtcnt >= 0) {
14778 if (--ctx->fmtcnt >= 0) {
14785 while (--ctx->fmtcnt >= 0) {
14805 if (--ctx->fmtcnt >= 0) {
14823 if (--ctx->fmtcnt >= 0) {
14830 while (--ctx->fmtcnt >= 0) {
14846 if (ctx->fmtcnt >= 0) {
14848 if (--ctx->fmtcnt >= 0) {
14854 if (ctx->fmtcnt < 0) {
14886 if (ctx->fmtcnt == 0)
15150 ctx->fmtcnt--;
15200 ctx.fmtcnt = PyUnicode_GET_LENGTH(ctx.fmtstr);
15204 ctx.writer.min_length = ctx.fmtcnt + 100;
15222 while (--ctx.fmtcnt >= 0) {
15227 while (ctx.fmtcnt >= 0 &&
15230 ctx.fmtcnt--;
15232 if (ctx.fmtcnt < 0) {