18 #ifndef MAGICKCORE_LOCALE_H
19 #define MAGICKCORE_LOCALE_H
23 #if defined(__cplusplus) || defined(c_plusplus)
72 const
char *magick_restrict,...)
79 #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:101
MagickExport ssize_t FormatLocaleString(char *magick_restrict string, const size_t length, const char *magick_restrict format,...)
Definition: locale.c:499
MagickExport LinkedListInfo * GetLocaleOptions(const char *filename, ExceptionInfo *exception)
Definition: locale.c:821
Definition: linked-list.c:68
#define magick_attribute(x)
Definition: method-attribute.h:104
MagickExport int LocaleUppercase(const int c)
Definition: locale.c:1662
MagickExport ssize_t FormatLocaleFile(FILE *file, const char *magick_restrict format,...)
Definition: locale.c:404
MagickBooleanType
Definition: magick-type.h:169
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
char * tag
Definition: locale_.h:30
size_t signature
Definition: locale_.h:38
MagickExport MagickBooleanType ListLocaleInfo(FILE *file, ExceptionInfo *exception)
Definition: locale.c:1058
MagickExport char ** GetLocaleList(const char *pattern, size_t *number_messages, ExceptionInfo *exception)
Definition: locale.c:708
MagickExport int LocaleCompare(const char *p, const char *q)
Definition: locale.c:1435
MagickExport LinkedListInfo * DestroyLocaleOptions(LinkedListInfo *messages)
Definition: locale.c:325
char * path
Definition: locale_.h:30
MagickExport const char * GetLocaleMessage(const char *tag)
Definition: locale.c:773
struct _LocaleInfo LocaleInfo
MagickExport const LocaleInfo * GetLocaleInfo_(const char *tag, ExceptionInfo *exception)
Definition: locale.c:540
#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:613
MagickExport void LocaleUpper(char *string)
Definition: locale.c:1630
MagickExport double InterpretLocaleValue(const char *magick_restrict string, char **magick_restrict sentinal)
Definition: locale.c:1003