ReactOS 0.4.16-dev-835-gd769f56
locale.h File Reference
#include <corecrt.h>
Include dependency graph for locale.h:

Go to the source code of this file.

Classes

struct  lconv
 

Macros

#define _INC_LOCALE
 
#define LC_ALL   0
 
#define LC_COLLATE   1
 
#define LC_CTYPE   2
 
#define LC_MONETARY   3
 
#define LC_NUMERIC   4
 
#define LC_TIME   5
 
#define LC_MIN   LC_ALL
 
#define LC_MAX   LC_TIME
 
#define _ENABLE_PER_THREAD_LOCALE   0x0001
 
#define _DISABLE_PER_THREAD_LOCALE   0x0002
 
#define _ENABLE_PER_THREAD_LOCALE_GLOBAL   0x0010
 
#define _DISABLE_PER_THREAD_LOCALE_GLOBAL   0x0020
 
#define _ENABLE_PER_THREAD_LOCALE_NEW   0x0100
 
#define _DISABLE_PER_THREAD_LOCALE_NEW   0x0200
 

Macro Definition Documentation

◆ _DISABLE_PER_THREAD_LOCALE

#define _DISABLE_PER_THREAD_LOCALE   0x0002

Definition at line 80 of file locale.h.

◆ _DISABLE_PER_THREAD_LOCALE_GLOBAL

#define _DISABLE_PER_THREAD_LOCALE_GLOBAL   0x0020

Definition at line 82 of file locale.h.

◆ _DISABLE_PER_THREAD_LOCALE_NEW

#define _DISABLE_PER_THREAD_LOCALE_NEW   0x0200

Definition at line 84 of file locale.h.

◆ _ENABLE_PER_THREAD_LOCALE

#define _ENABLE_PER_THREAD_LOCALE   0x0001

Definition at line 79 of file locale.h.

◆ _ENABLE_PER_THREAD_LOCALE_GLOBAL

#define _ENABLE_PER_THREAD_LOCALE_GLOBAL   0x0010

Definition at line 81 of file locale.h.

◆ _ENABLE_PER_THREAD_LOCALE_NEW

#define _ENABLE_PER_THREAD_LOCALE_NEW   0x0100

Definition at line 83 of file locale.h.

◆ _INC_LOCALE

#define _INC_LOCALE

Definition at line 10 of file locale.h.

◆ LC_ALL

#define LC_ALL   0

Definition at line 23 of file locale.h.

◆ LC_COLLATE

#define LC_COLLATE   1

Definition at line 24 of file locale.h.

◆ LC_CTYPE

#define LC_CTYPE   2

Definition at line 25 of file locale.h.

◆ LC_MAX

#define LC_MAX   LC_TIME

Definition at line 31 of file locale.h.

◆ LC_MIN

#define LC_MIN   LC_ALL

Definition at line 30 of file locale.h.

◆ LC_MONETARY

#define LC_MONETARY   3

Definition at line 26 of file locale.h.

◆ LC_NUMERIC

#define LC_NUMERIC   4

Definition at line 27 of file locale.h.

◆ LC_TIME

#define LC_TIME   5

Definition at line 28 of file locale.h.