HomeSort by relevance Sort by last modified time
    Searched defs:FormatLocaleString (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
locale.c 415 % FormatLocaleString() prints formatted output of a variable argument list to
418 % The format of the FormatLocaleString method is:
420 % ssize_t FormatLocaleString(char *string,const size_t length,
425 % o string: FormatLocaleString() returns the formatted string in this
484 MagickExport ssize_t FormatLocaleString(char *magick_restrict string,
776 (void) FormatLocaleString(name,MagickLocaleExtent,"%s/",tag);
842 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",element,
    [all...]
methods.h 340 #define FormatLocaleString PrependMagickMethod(FormatLocaleString)
    [all...]

Completed in 532 milliseconds