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:1522
Definition: exception.h:102
MagickExport ssize_t FormatLocaleString(char *magick_restrict string, const size_t length, const char *magick_restrict format,...)
Definition: locale.c:497
MagickExport LinkedListInfo * GetLocaleOptions(const char *filename, ExceptionInfo *exception)
Definition: locale.c:819
MagickExport int LocaleUppercase(const int c)
Definition: locale.c:1662
MagickExport ssize_t FormatLocaleFile(FILE *file, const char *magick_restrict format,...)
Definition: locale.c:402
MagickBooleanType
Definition: magick-type.h:198
MagickExport void LocaleLower(char *string)
Definition: locale.c:1490
char * message
Definition: locale_.h:30
MagickExport int LocaleNCompare(const char *p, const char *q, const size_t length)
Definition: locale.c:1570
MagickExport ssize_t FormatLocaleStringList(char *magick_restrict string, const size_t length, const char *magick_restrict format, va_list operands)
Definition: locale.c:448
char * tag
Definition: locale_.h:30
size_t signature
Definition: locale_.h:42
MagickExport MagickBooleanType ListLocaleInfo(FILE *file, ExceptionInfo *exception)
Definition: locale.c:1055
MagickExport char ** GetLocaleList(const char *pattern, size_t *number_messages, ExceptionInfo *exception)
Definition: locale.c:706
struct _LocaleInfo * previous
Definition: locale_.h:37
MagickExport int LocaleCompare(const char *p, const char *q)
Definition: locale.c:1435
MagickExport LinkedListInfo * DestroyLocaleOptions(LinkedListInfo *messages)
Definition: locale.c:323
struct _LocaleInfo * next
Definition: locale_.h:37
MagickExport void LocaleComponentTerminus(void)
Definition: locale.c:1719
char * path
Definition: locale_.h:30
MagickExport const char * GetLocaleMessage(const char *tag)
Definition: locale.c:771
struct _LocaleInfo LocaleInfo
MagickExport const LocaleInfo * GetLocaleInfo_(const char *tag, ExceptionInfo *exception)
Definition: locale.c:538
#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:357
#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:611
MagickExport void LocaleUpper(char *string)
Definition: locale.c:1630
MagickExport MagickBooleanType LocaleComponentGenesis(void)
Definition: locale.c:1691
MagickExport double InterpretLocaleValue(const char *magick_restrict string, char **magick_restrict sentinal)
Definition: locale.c:1000