MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
locale-private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MagickLocaleExtent   256
 

Functions

MagickPrivate MagickBooleanType LocaleComponentGenesis (void)
 
MagickPrivate void LocaleComponentTerminus (void)
 
MagickPrivate ssize_t FormatLocaleFileList (FILE *, const char *magick_restrict, va_list) magick_attribute((__format__(__printf__
 
MagickPrivate ssize_t FormatLocaleStringList (char *magick_restrict, const size_t, const char *magick_restrict, va_list) magick_attribute((__format__(__printf__
 
MagickPrivate ssize_t static int LocaleToLowercase (const int c)
 
static int LocaleToUppercase (const int c)
 

Macro Definition Documentation

◆ MagickLocaleExtent

#define MagickLocaleExtent   256

Definition at line 26 of file locale-private.h.

Function Documentation

◆ FormatLocaleFileList()

MagickPrivate ssize_t FormatLocaleFileList ( FILE *  ,
const char *  magick_restrict,
va_list   
)

◆ FormatLocaleStringList()

MagickPrivate ssize_t FormatLocaleStringList ( char *  magick_restrict,
const  size_t,
const char *  magick_restrict,
va_list   
)

Referenced by FormatImageProperty().

◆ LocaleComponentGenesis()

MagickPrivate MagickBooleanType LocaleComponentGenesis ( void  )

Definition at line 1628 of file locale.c.

References AcquireSemaphoreInfo(), locale_semaphore, and MagickTrue.

Referenced by MagickCoreGenesis().

◆ LocaleComponentTerminus()

◆ LocaleToLowercase()

MagickPrivate ssize_t static int LocaleToLowercase ( const int  c)
inlinestatic

◆ LocaleToUppercase()

static int LocaleToUppercase ( const int  c)
inlinestatic

Definition at line 53 of file locale-private.h.

Referenced by LocaleUpper(), LocaleUppercase(), and StoreToken().