Lines Matching refs:FormatLocaleString
1158 (void) FormatLocaleString(p,MagickPathExtent,"%.*g",GetMagickPrecision(),
1160 (void) FormatLocaleString(q,MagickPathExtent,"%.20g",extent);
1164 count=FormatLocaleString(format,length,"%.20g%s",extent,units[0]);
1166 count=FormatLocaleString(format,length,"%.20g%s%s",extent,units[0],
1173 count=FormatLocaleString(format,length,"%.*g%s",GetMagickPrecision(),
1176 count=FormatLocaleString(format,length,"%.*g%s%s",GetMagickPrecision(),
1255 count=FormatLocaleString(timestamp,length,
2540 (void) FormatLocaleString(textlist[i],MagickPathExtent,"0x%08lx: ",
2545 (void) FormatLocaleString(hex_string,MagickPathExtent,"%02x",*(p+j));