Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:FormatLocaleString

1151       count=FormatLocaleString(format,length,"%.*g%s",(int) (i+j),extent,
1154 count=FormatLocaleString(format,length,"%.*g%s%s",(int) (i+j),extent,
1236 count=FormatLocaleString(timestamp,length,
2418 (void) FormatLocaleString(textlist[i],MagickPathExtent,"0x%08lx: ",
2423 (void) FormatLocaleString(hex_string,MagickPathExtent,"%02x",*(p+j));