ReactOS 0.4.16-dev-122-g325d74c
|
#include <string.h>
#include <ctype.h>
#include <precomp.h>
Go to the source code of this file.
Macros | |
#define | __MINGW_IMPORT |
#define | upalpha ('A' - 'a') |
Variables | |
const unsigned short | _ctype [] |
const unsigned short | _wctype [] |
const unsigned short * | _pctype = _ctype + 1 |
const unsigned short * | _pwctype = _wctype + 1 |
const unsigned short | wine_wctype_table [] |
Definition at line 564 of file ctype.c.
Referenced by Test__wctype().
Definition at line 583 of file ctype.c.
Referenced by _isctype(), and _isleadbyte_l().
Definition at line 871 of file ctype.c.
Referenced by _Locale_tolower(), _mbbtolower(), _mbslwr(), _strlwr(), _strtoi64_l(), AcpiUtRemoveHexPrefix(), AcpiUtStricmp(), AcpiUtStrlwr(), Child_WndProc(), ConsolePager(), RecycleBin5::DeleteFile(), DliHook(), DoCommand(), ExceptionFilter(), FilenameExtensionIndicatesASCII(), NtObjDirectory::find_entry(), RegDirectory::find_entry(), WinDirectory::find_entry(), FindTagid(), FreeLdrMigrateBootDrivePartWorker(), GenericListKeyPress(), get_attr(), GetExpandedNameA(), GetStartSpoolDate(), html_src_compare(), ICOpen(), iequals(), InputChar(), InsertTagid(), kbd_c(), kbd_rc(), keymatch(), main(), MainUsage(), make_token(), MCIAVI_AddFrame(), NtfsCompareFileName(), PathCommonPrefixA(), PathGetDriveNumberA(), PathMakePrettyA(), PxeOpen(), RTFCharToHex(), SearchCHM_File(), StrToBool(), StrToInt64ExA(), test_DriveExists(), test_GetDrive(), test_PathNameA(), test_ShortPathCase(), TRIO_ARGS1(), and xkeymap_from_locale().
Definition at line 881 of file ctype.c.
Referenced by _getdiskfree(), _ILCreateDrive(), _Locale_toupper(), _main(), _mbbtoupper(), _mbsicmp(), _mbsicoll(), _mbsupr(), _memicmp(), _stricmp(), _strnicmp(), _strupr(), AcpiNsBuildInternalName(), AcpiNsRepair_HID(), AcpiUtStrupr(), Addhost(), change_section_attribs(), Close(), ConvertPathCase(), DliHook(), DosIfCharYesNo(), DosToUpper(), DosToUpperStrN(), DosToUpperStrZ(), EtfspCompareNames(), ExceptionFilter(), FD31_WMInitDialog(), file_cvt(), find_str(), Format(), getbyte(), GetExpandedNameA(), getVKNum(), InteractiveConsole(), FileTypeManager::is_exe_file(), iso9660_file_length(), KdbSymInit(), Link(), main(), MCICDA_Open(), mmioStringToFOURCCA(), NPAddConnection3(), Open(), parseArguments(), PathMatchSingleMaskA(), PeLdrpCompareDllName(), PrintDriveLetter(), ProcessCmdLine(), Protect(), put_resource_id(), read_rcfile(), regdump(), RepairIntroPage(), Save(), SdbMakeIndexKeyFromString(), ServeOneClient(), ShimLib_StrAEqualsWNC(), StrCmpPath(), SymMatchFileName(), test_GetDrive(), test_GetVolumeInformationA(), test_PathNameA(), test_query_dos_deviceA(), test_RtlIsNameLegalDOS8Dot3(), to_upper(), toupper_str(), UpgradeRepairPage(), VfdBroadcastLink(), VfdGetLocalLink(), VfdSetGlobalLink(), VfdSetLocalLink(), WelcomePage(), wtstrcasecmp(), XCOPY_DoCopy(), XCOPY_ParseCommandLine(), XCOPY_ProcessDestParm(), xkeymap_read(), xmlAddEncodingAlias(), xmlFindCharEncodingHandler(), xmlGetEncodingAlias(), xmlNewCharEncodingHandler(), and xmlParseCharEncoding().
Definition at line 36 of file ctype.c.
Referenced by MSVCRT__create_locale(), and Test__ctype().
Definition at line 557 of file ctype.c.
Referenced by __p__pwctype(), and __pwctype_func().