Home | History | Annotate | Download | only in stringlib

Lines Matching refs:tmp_format

1085     InternalFormatSpec tmp_format = *format;
1243 tmp_format.fill_char = '\0';
1244 tmp_format.align = '<';
1245 tmp_format.width = -1;
1250 re_has_decimal, &locale, &tmp_format);
1256 tmp_format.sign = '+';
1259 im_has_decimal, &locale, &tmp_format);