#include "MagickCore/linked-list.h"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 LocaleInfo * | GetLocaleInfo_ (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 LinkedListInfo * | DestroyLocaleOptions (LinkedListInfo *) |
| MagickExport LinkedListInfo ** | GetLocaleOptions (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 struct _LocaleInfo LocaleInfo |
| MagickExport LinkedListInfo* DestroyLocaleOptions | ( | LinkedListInfo * | ) |
| MagickExport ssize_t FormatLocaleFile | ( | FILE * | , | |
| const char * | magick_restrict, | |||
| ... | ||||
| ) |
| MagickExport ssize_t FormatLocaleString | ( | char * | magick_restrict, | |
| const | size_t, | |||
| const char * | magick_restrict, | |||
| ... | ||||
| ) |
| MagickExport const LocaleInfo* GetLocaleInfo_ | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport const LocaleInfo* ** GetLocaleInfoList | ( | const char * | , | |
| size_t * | , | |||
| ExceptionInfo * | ||||
| ) |
References AcquireQuantumMemory(), GetLocaleInfo_(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), 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 * | , | |
| size_t * | , | |||
| ExceptionInfo * | ||||
| ) |
References AcquireQuantumMemory(), ConstantString(), GetLocaleInfo_(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), locale_cache, locale_semaphore, LocaleTagCompare(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, MagickTrue, _LocaleInfo::stealth, _LocaleInfo::tag, TraceEvent, and UnlockSemaphoreInfo().
| MagickExport const char* GetLocaleMessage | ( | const char * | ) |
References AcquireExceptionInfo(), DestroyExceptionInfo(), FormatLocaleString(), GetLocaleInfo_(), MagickLocaleExtent, and _LocaleInfo::message.
Referenced by GetLocaleExceptionMessage(), and GetLocaleMonitorMessage().
| MagickExport LinkedListInfo* * GetLocaleOptions | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
References AcquireStringInfo(), AppendValueToLinkedList(), ConfigureFileToStringInfo(), CopyMagickString(), DestroyLinkedList(), FormatLocaleString(), GetConfigurePaths(), GetMagickModule, GetNextValueInLinkedList(), LocaleEvent, LogMagickEvent(), MagickPathExtent, 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 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 * | ) |
References LocaleUppercase().
Referenced by InvokeDelegate(), SetImageInfo(), and XBestVisualInfo().
| MagickExport int LocaleUppercase | ( | const | int | ) |
Referenced by LocaleUpper(), and StoreToken().
1.6.1