MagickCore 6.9.12
|
#include "magick/hashmap.h"
Go to the source code of this file.
Data Structures | |
struct | _LocaleInfo |
Typedefs | |
typedef struct _LocaleInfo | LocaleInfo |
typedef struct _LocaleInfo LocaleInfo |
MagickExport LinkedListInfo * DestroyLocaleOptions | ( | LinkedListInfo * | ) |
MagickExport ssize_t FormatLocaleFile | ( | FILE * | , |
const char * | magick_restrict, | ||
... | |||
) |
MagickExport ssize_t FormatLocaleFileList | ( | FILE * | , |
const char * | magick_restrict, | ||
va_list | |||
) |
MagickExport ssize_t FormatLocaleString | ( | char * | magick_restrict, |
const | size_t, | ||
const char * | magick_restrict, | ||
... | |||
) |
MagickExport ssize_t FormatLocaleStringList | ( | char * | magick_restrict, |
const | size_t, | ||
const char * | magick_restrict, | ||
va_list | |||
) |
MagickExport const LocaleInfo * GetLocaleInfo_ | ( | const char * | , |
ExceptionInfo * | |||
) |
MagickExport const LocaleInfo ** GetLocaleInfoList | ( | const char * | pattern, |
size_t * | number_messages, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 613 of file locale.c.
References AcquireQuantumMemory(), GetLocaleInfo_(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), IsEventLogging(), locale_cache, locale_semaphore, LocaleInfoCompare(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, MagickTrue, ResetSplayTreeIterator(), _LocaleInfo::stealth, _LocaleInfo::tag, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListLocaleInfo().
MagickExport char ** GetLocaleList | ( | const char * | pattern, |
size_t * | number_messages, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 709 of file locale.c.
References AcquireQuantumMemory(), ConstantString(), GetLocaleInfo_(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), IsEventLogging(), locale_cache, locale_semaphore, LocaleTagCompare(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, MagickTrue, _LocaleInfo::stealth, _LocaleInfo::tag, TraceEvent, and UnlockSemaphoreInfo().
MagickExport const char * GetLocaleMessage | ( | const char * | tag | ) |
Definition at line 775 of file locale.c.
References AcquireExceptionInfo(), DestroyExceptionInfo(), FormatLocaleString(), GetLocaleInfo_(), MaxTextExtent, and _LocaleInfo::message.
Referenced by GetLocaleExceptionMessage().
MagickExport LinkedListInfo * GetLocaleOptions | ( | const char * | filename, |
ExceptionInfo * | exception | ||
) |
Definition at line 823 of file locale.c.
References AcquireStringInfo(), AppendValueToLinkedList(), ConfigureFileToStringInfo(), CopyMagickString(), DestroyLinkedList(), FormatLocaleString(), GetConfigurePaths(), GetMagickModule, GetNextValueInLinkedList(), IsEventLogging(), LocaleEvent, LogMagickEvent(), MagickFalse, MaxTextExtent, NewLinkedList(), RelinquishMagickMemory(), ResetLinkedListIterator(), SetStringInfoDatum(), SetStringInfoLength(), SetStringInfoPath(), and TraceEvent.
Referenced by AcquireLocaleSplayTree().
MagickExport double InterpretLocaleValue | ( | const char * | magick_restrict, |
char ** | magick_restrict | ||
) |
MagickExport MagickBooleanType ListLocaleInfo | ( | FILE * | , |
ExceptionInfo * | |||
) |
MagickExport int LocaleCompare | ( | const char * | , |
const char * | |||
) |
MagickExport MagickBooleanType LocaleComponentGenesis | ( | void | ) |
Definition at line 1685 of file locale.c.
References AllocateSemaphoreInfo(), locale_semaphore, and MagickTrue.
Referenced by MagickCoreGenesis().
MagickExport ssize_t MagickExport void LocaleComponentTerminus | ( | void | ) |
MagickExport ssize_t MagickExport void LocaleLower | ( | char * | ) |
MagickExport int LocaleLowercase | ( | const int | ) |
MagickExport int LocaleNCompare | ( | const char * | , |
const char * | , | ||
const | size_t | ||
) |
MagickExport ssize_t MagickExport void LocaleUpper | ( | char * | string | ) |
Definition at line 1630 of file locale.c.
References LocaleToUppercase().
Referenced by InvokeDelegate(), and SetImageInfo().
MagickExport int LocaleUppercase | ( | const int | c | ) |
Definition at line 1662 of file locale.c.
References LocaleToUppercase().