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

/external/python/cpython3/Objects/
H A Dunicodeobject.c13982 enum PyUnicode_Kind fmtkind; member in struct:unicode_formatter_t
14364 PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
14821 arg.ch = PyUnicode_READ(ctx->fmtkind, ctx->fmtdata, ctx->fmtpos);
14866 ctx.fmtkind = PyUnicode_KIND(ctx.fmtstr);
14890 if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
14895 PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {

Completed in 288 milliseconds