Lines Matching defs:fmt
2925 const char *fmt;
2927 fmt = "'%U' codec can't encode character '\\x%02x' in position %zd: %U";
2929 fmt = "'%U' codec can't encode character '\\u%04x' in position %zd: %U";
2931 fmt = "'%U' codec can't encode character '\\U%08x' in position %zd: %U";
2933 fmt,
3131 const char *fmt;
3133 fmt = "can't translate character '\\x%02x' in position %zd: %U";
3135 fmt = "can't translate character '\\u%04x' in position %zd: %U";
3137 fmt = "can't translate character '\\U%08x' in position %zd: %U";
3139 fmt,