18 #ifndef MAGICKCORE_LOCALE_H
19 #define MAGICKCORE_LOCALE_H
23 #if defined(__cplusplus) || defined(c_plusplus)
79 const
char *magick_restrict,...)
82 const
char *magick_restrict,
90 #if defined(__cplusplus) || defined(c_plusplus)
#define magick_restrict
Definition: MagickCore.h:41
MagickExport int LocaleLowercase(const int c)
Definition: locale.c:1523
Definition: exception.h:102
MagickExport ssize_t FormatLocaleString(char *magick_restrict string, const size_t length, const char *magick_restrict format,...)
Definition: locale.c:498
MagickExport LinkedListInfo * GetLocaleOptions(const char *filename, ExceptionInfo *exception)
Definition: locale.c:820
MagickExport int LocaleUppercase(const int c)
Definition: locale.c:1657
MagickExport ssize_t FormatLocaleFile(FILE *file, const char *magick_restrict format,...)
Definition: locale.c:403
MagickBooleanType
Definition: magick-type.h:198
MagickExport void LocaleLower(char *string)
Definition: locale.c:1491
char * message
Definition: locale_.h:30
MagickExport int LocaleNCompare(const char *p, const char *q, const size_t length)
Definition: locale.c:1565
MagickExport ssize_t FormatLocaleStringList(char *magick_restrict string, const size_t length, const char *magick_restrict format, va_list operands)
Definition: locale.c:449
char * tag
Definition: locale_.h:30
size_t signature
Definition: locale_.h:42
MagickExport MagickBooleanType ListLocaleInfo(FILE *file, ExceptionInfo *exception)
Definition: locale.c:1056
MagickExport char ** GetLocaleList(const char *pattern, size_t *number_messages, ExceptionInfo *exception)
Definition: locale.c:707
struct _LocaleInfo * previous
Definition: locale_.h:37
MagickExport int LocaleCompare(const char *p, const char *q)
Definition: locale.c:1436
MagickExport LinkedListInfo * DestroyLocaleOptions(LinkedListInfo *messages)
Definition: locale.c:324
struct _LocaleInfo * next
Definition: locale_.h:37
MagickExport void LocaleComponentTerminus(void)
Definition: locale.c:1708
char * path
Definition: locale_.h:30
MagickExport const char * GetLocaleMessage(const char *tag)
Definition: locale.c:772
struct _LocaleInfo LocaleInfo
MagickExport const LocaleInfo * GetLocaleInfo_(const char *tag, ExceptionInfo *exception)
Definition: locale.c:539
#define magick_attribute(x)
Definition: deprecate.h:41
MagickExport ssize_t FormatLocaleFileList(FILE *file, const char *magick_restrict format, va_list operands)
Definition: locale.c:358
#define MagickExport
Definition: method-attribute.h:80
MagickBooleanType stealth
Definition: locale_.h:35
MagickExport const LocaleInfo ** GetLocaleInfoList(const char *pattern, size_t *number_messages, ExceptionInfo *exception)
Definition: locale.c:612
MagickExport void LocaleUpper(char *string)
Definition: locale.c:1625
MagickExport MagickBooleanType LocaleComponentGenesis(void)
Definition: locale.c:1680
MagickExport double InterpretLocaleValue(const char *magick_restrict string, char **magick_restrict sentinal)
Definition: locale.c:1001