Version 2.0.0-0

locale Reference

File
lib/system/include/system/locale.h
Date
Wednesday, June 25, 2014
Includes

Tasks

System_Locale_Create Top

System_LocaleRef System_Locale_Create( int categoryMask, const char *name, System_LocaleRef base );

System_Locale_CType_IsAlpha Top

bool System_Locale_CType_IsAlpha( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsAlphaNumeric Top

bool System_Locale_CType_IsAlphaNumeric( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsASCII Top

bool System_Locale_CType_IsASCII( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsBlank Top

bool System_Locale_CType_IsBlank( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsControl Top

bool System_Locale_CType_IsControl( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsDigit Top

bool System_Locale_CType_IsDigit( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsGraph Top

bool System_Locale_CType_IsGraph( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsLower Top

bool System_Locale_CType_IsLower( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsPrint Top

bool System_Locale_CType_IsPrint( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsPunct Top

bool System_Locale_CType_IsPunct( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsSpace Top

bool System_Locale_CType_IsSpace( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsUpper Top

bool System_Locale_CType_IsUpper( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_IsXDigit Top

bool System_Locale_CType_IsXDigit( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_ToASCII Top

int System_Locale_CType_ToASCII( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_ToLower Top

int System_Locale_CType_ToLower( System_Locale_CTypeRef ctype, int c );

System_Locale_CType_ToUpper Top

int System_Locale_CType_ToUpper( System_Locale_CTypeRef ctype, int c );

System_Locale_Duplicate Top

System_LocaleRef System_Locale_Duplicate( System_LocaleRef locale );

System_Locale_Free Top

void System_Locale_Free( System_LocaleRef locale );

System_Locale_GetCLocale Top

System_LocaleRef System_Locale_GetCLocale( void );

System_Locale_GetCollate Top

System_Locale_CollateRef System_Locale_GetCollate( System_LocaleRef locale );

System_Locale_GetCType Top

System_Locale_CTypeRef System_Locale_GetCType( System_LocaleRef locale );

System_Locale_GetCurrentLocale Top

System_LocaleRef System_Locale_GetCurrentLocale( void );

System_Locale_GetDefaultLocale Top

System_LocaleRef System_Locale_GetDefaultLocale( void );

System_Locale_GetLConv Top

struct lconv * System_Locale_GetLConv( void );

System_Locale_GetLocale Top

System_LocaleRef System_Locale_GetLocale( const char *name );

System_Locale_GetMessages Top

System_Locale_MessagesRef System_Locale_GetMessages( System_LocaleRef locale );

System_Locale_GetMonetary Top

System_Locale_MonetaryRef System_Locale_GetMonetary( System_LocaleRef locale );

System_Locale_GetNumeric Top

System_Locale_NumericRef System_Locale_GetNumeric( System_LocaleRef locale );

System_Locale_GetPOSIXLocale Top

System_LocaleRef System_Locale_GetPOSIXLocale( void );

System_Locale_GetTime Top

System_Locale_TimeRef System_Locale_GetTime( System_LocaleRef locale );

System_Locale_SetLocale Top

char * System_Locale_SetLocale( int category, const char *name );

System_Locale_Use Top

System_LocaleRef System_Locale_Use( System_LocaleRef locale );

Types

System_Locale_CollateRef Top

typedef struct __System_Locale_Collate * System_Locale_CollateRef;

System_Locale_CTypeRef Top

typedef struct __System_Locale_CType * System_Locale_CTypeRef;

System_Locale_MessagesRef Top

typedef struct __System_Locale_Messages * System_Locale_MessagesRef;

System_Locale_MonetaryRef Top

typedef struct __System_Locale_Monetary * System_Locale_MonetaryRef;

System_Locale_NumericRef Top

typedef struct __System_Locale_Numeric * System_Locale_NumericRef;

System_Locale_TimeRef Top

typedef struct __System_Locale_Time * System_Locale_TimeRef;

System_LocaleRef Top

typedef struct __System_Locale * System_LocaleRef;

Macros

__XEOS_LIB_SYSTEM_LOCALE_H__ Top

#define __XEOS_LIB_SYSTEM_LOCALE_H__