Home | History | Annotate | Download | only in stringlib

Lines Matching refs:tmp_format

1074     InternalFormatSpec tmp_format = *format;

1226 tmp_format.fill_char = '\0';
1227 tmp_format.align = '<';
1228 tmp_format.width = -1;
1233 re_has_decimal, &locale, &tmp_format);
1239 tmp_format.sign = '+';
1242 im_has_decimal, &locale, &tmp_format);