MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
locale_.h File Reference
Include dependency graph for locale_.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _LocaleInfo
 

Typedefs

typedef struct _LocaleInfo LocaleInfo
 

Functions

MagickExport char ** GetLocaleList (const char *, size_t *, ExceptionInfo *)
 
MagickExport const char * GetLocaleMessage (const char *)
 
MagickExport const LocaleInfoGetLocaleInfo_ (const char *, ExceptionInfo *)
 
MagickExport const LocaleInfo ** GetLocaleInfoList (const char *, size_t *, ExceptionInfo *)
 
MagickExport double InterpretLocaleValue (const char *magick_restrict, char *magick_restrict *)
 
MagickExport int LocaleCompare (const char *, const char *) magick_attribute((__pure__))
 
MagickExport int LocaleLowercase (const int)
 
MagickExport int LocaleNCompare (const char *, const char *, const size_t) magick_attribute((__pure__))
 
MagickExport int LocaleUppercase (const int)
 
MagickExport LinkedListInfoDestroyLocaleOptions (LinkedListInfo *)
 
MagickExport LinkedListInfoGetLocaleOptions (const char *, ExceptionInfo *)
 
MagickExport MagickBooleanType ListLocaleInfo (FILE *, ExceptionInfo *)
 
MagickExport ssize_t FormatLocaleFile (FILE *, const char *magick_restrict,...) magick_attribute((__format__(__printf__
 
MagickExport ssize_t FormatLocaleString (char *magick_restrict, const size_t, const char *magick_restrict,...) magick_attribute((__format__(__printf__
 
MagickExport ssize_t MagickExport void LocaleLower (char *)
 
MagickExport ssize_t MagickExport void LocaleUpper (char *)
 

Typedef Documentation

◆ LocaleInfo

typedef struct _LocaleInfo LocaleInfo

Function Documentation

◆ DestroyLocaleOptions()

MagickExport LinkedListInfo * DestroyLocaleOptions ( LinkedListInfo )

◆ FormatLocaleFile()

MagickExport ssize_t FormatLocaleFile ( FILE *  ,
const char *  magick_restrict,
  ... 
)

◆ FormatLocaleString()

MagickExport ssize_t FormatLocaleString ( char *  magick_restrict,
const  size_t,
const char *  magick_restrict,
  ... 
)

◆ GetLocaleInfo_()

MagickExport const LocaleInfo * GetLocaleInfo_ ( const char *  ,
ExceptionInfo  
)

◆ GetLocaleInfoList()

◆ GetLocaleList()

◆ GetLocaleMessage()

MagickExport const char * GetLocaleMessage ( const char *  tag)

◆ GetLocaleOptions()

◆ InterpretLocaleValue()

MagickExport double InterpretLocaleValue ( const char *  magick_restrict,
char *magick_restrict  
)

◆ ListLocaleInfo()

MagickExport MagickBooleanType ListLocaleInfo ( FILE *  file,
ExceptionInfo exception 
)

◆ LocaleCompare()

MagickExport int LocaleCompare ( const char *  ,
const char *   
)

◆ LocaleLower()

MagickExport ssize_t MagickExport void LocaleLower ( char *  )

◆ LocaleLowercase()

MagickExport int LocaleLowercase ( const int  )

◆ LocaleNCompare()

MagickExport int LocaleNCompare ( const char *  ,
const char *  ,
const  size_t 
)

◆ LocaleUpper()

MagickExport ssize_t MagickExport void LocaleUpper ( char *  string)

Definition at line 1573 of file locale.c.

References LocaleToUppercase().

Referenced by InvokeDelegate(), SetImageInfo(), and SetImageInfoFromExtension().

◆ LocaleUppercase()

MagickExport int LocaleUppercase ( const int  c)

Definition at line 1605 of file locale.c.

References LocaleToUppercase().