Go to the source code of this file.
|
WizardExport char ** | GetLocaleList (const char *, size_t *, ExceptionInfo *) |
|
WizardExport const char * | GetLocaleMessage (const char *) |
|
WizardExport const LocaleInfo * | GetLocaleInfo_ (const char *, ExceptionInfo *) |
|
WizardExport const LocaleInfo ** | GetLocaleInfoList (const char *, size_t *, ExceptionInfo *) |
|
WizardExport double | InterpretLocaleValue (const char *, char **) |
|
WizardExport LinkedListInfo * | DestroyLocaleOptions (LinkedListInfo *) |
|
WizardExport LinkedListInfo * | GetLocaleOptions (const char *, ExceptionInfo *) |
|
WizardExport WizardBooleanType | ListLocaleInfo (FILE *, ExceptionInfo *) |
|
WizardExport WizardBooleanType | LocaleComponentGenesis (void) |
|
WizardExport ssize_t | FormatLocaleFile (FILE *, const char *wizard_restrict,...) wizard_attribute((__format__(__printf__ |
|
WizardExport ssize_t | FormatLocaleFileList (FILE *, const char *wizard_restrict, va_list) wizard_attribute((__format__(__printf__ |
|
WizardExport ssize_t | FormatLocaleString (char *wizard_restrict, const size_t, const char *,...) wizard_attribute((__format__(__printf__ |
|
WizardExport ssize_t | FormatLocaleStringList (char *restrict, const size_t, const char *, va_list) wizard_attribute((__format__(__printf__ |
|
WizardExport ssize_t WizardExport void | LocaleComponentTerminus (void) |
|
◆ WizardLocaleExtent
#define WizardLocaleExtent 256 |
◆ LocaleInfo
◆ DestroyLocaleOptions()
◆ FormatLocaleFile()
WizardExport ssize_t FormatLocaleFile |
( |
FILE * |
, |
|
|
const char * |
wizard_restrict, |
|
|
|
... |
|
) |
| |
◆ FormatLocaleFileList()
WizardExport ssize_t FormatLocaleFileList |
( |
FILE * |
, |
|
|
const char * |
wizard_restrict, |
|
|
va_list |
|
|
) |
| |
◆ FormatLocaleString()
WizardExport ssize_t FormatLocaleString |
( |
char * |
wizard_restrict, |
|
|
const size_t |
, |
|
|
const char * |
, |
|
|
|
... |
|
) |
| |
◆ FormatLocaleStringList()
WizardExport ssize_t FormatLocaleStringList |
( |
char * |
restrict, |
|
|
const size_t |
, |
|
|
const char * |
, |
|
|
va_list |
|
|
) |
| |
◆ GetLocaleInfo_()
◆ GetLocaleInfoList()
Definition at line 579 of file locale.c.
References AcquireQuantumMemory(), GetLocaleInfo_(), GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GetWizardModule, GlobExpression(), locale_cache, locale_semaphore, LocaleInfoCompare(), LockSemaphoreInfo(), LogWizardEvent(), ResetSplayTreeIterator(), _LocaleInfo::stealth, _LocaleInfo::tag, TraceEvent, UnlockSemaphoreInfo(), WizardFalse, and WizardTrue.
Referenced by ListLocaleInfo().
◆ GetLocaleList()
Definition at line 674 of file locale.c.
References AcquireQuantumMemory(), ConstantString(), GetLocaleInfo_(), GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GetWizardModule, GlobExpression(), locale_cache, locale_semaphore, LocaleTagCompare(), LockSemaphoreInfo(), LogWizardEvent(), _LocaleInfo::stealth, _LocaleInfo::tag, TraceEvent, UnlockSemaphoreInfo(), WizardFalse, and WizardTrue.
◆ GetLocaleMessage()
WizardExport const char * GetLocaleMessage |
( |
const char * |
tag | ) |
|
◆ GetLocaleOptions()
Definition at line 787 of file locale.c.
References AcquireStringInfo(), AppendValueToLinkedList(), ConfigureFileToStringInfo(), CopyWizardString(), DestroyLinkedList(), FormatLocaleString(), GetConfigurePaths(), GetNextValueInLinkedList(), GetWizardModule, LocaleEvent, LogWizardEvent(), NewLinkedList(), RelinquishWizardMemory(), ResetLinkedListIterator(), SetStringInfoDatum(), SetStringInfoLength(), SetStringInfoPath(), TraceEvent, and WizardPathExtent.
Referenced by AcquireLocaleSplayTree().
◆ InterpretLocaleValue()
WizardExport double InterpretLocaleValue |
( |
const char * |
string, |
|
|
char ** |
sentinal |
|
) |
| |
◆ ListLocaleInfo()
◆ LocaleComponentGenesis()
◆ LocaleComponentTerminus()