ReactOS 0.4.16-dev-927-g467dec4
ctype.cpp File Reference
#include <corecrt_internal.h>
#include <ctype.h>
Include dependency graph for ctype.cpp:

Go to the source code of this file.

Functions

unsigned short const *__cdecl __pwctype_func ()
 
unsigned short const *__cdecl __pctype_func ()
 

Variables

unsigned short const _wctype []
 
unsigned short const __newctype [384]
 
unsigned char const __newclmap [384]
 
unsigned char const __newcumap [384]
 
unsigned short const_pctype {__newctype + 128}
 
unsigned short const_pwctype {_wctype + 1 }
 

Function Documentation

◆ __pctype_func()

unsigned short const *__cdecl __pctype_func ( void  )

Definition at line 19 of file ctype.cpp.

20{
21 // This is a leaf function and thus use of _LocaleUpdate is not required.
23 __crt_locale_data* locale_info{ptd->_locale_info};
24
25 __acrt_update_locale_info(ptd, &locale_info);
26 return locale_info->_public._locale_pctype;
27}
__acrt_ptd *__cdecl __acrt_getptd(void)
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
Definition: cvt.cpp:355
void __acrt_update_locale_info(__acrt_ptd *const ptd, __crt_locale_data **const locale_info)

◆ __pwctype_func()

unsigned short const *__cdecl __pwctype_func ( void  )

Definition at line 14 of file ctype.cpp.

15{
16 return _pwctype;
17}
unsigned short const * _pwctype
Definition: ctype.cpp:745

Variable Documentation

◆ __newclmap

unsigned char const __newclmap[384]

Definition at line 446 of file ctype.cpp.

Referenced by __acrt_locale_initialize_ctype().

◆ __newctype

unsigned short const __newctype[384]

Definition at line 303 of file ctype.cpp.

Referenced by __acrt_locale_initialize_ctype().

◆ __newcumap

unsigned char const __newcumap[384]

Definition at line 594 of file ctype.cpp.

Referenced by __acrt_locale_initialize_ctype().

◆ _pctype

unsigned short const* _pctype {__newctype + 128}

Definition at line 744 of file ctype.cpp.

◆ _pwctype

unsigned short const* _pwctype {_wctype + 1 }

Definition at line 745 of file ctype.cpp.

Referenced by __pwctype_func().

◆ _wctype

unsigned short const _wctype[]

Definition at line 38 of file ctype.cpp.

Referenced by _towlower_fast_internal(), and _towupper_fast_internal().