#include <ctype.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <os2win.h>
#include "winnls.h"
#include <misc.h>
#include <wine\unicode.h>
#include "dbglocal.h"
Include dependency graph for char.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_char |
Functions | |
LPSTR WINAPI | CharNextA (LPCSTR ptr) |
LPSTR WINAPI | CharNextExA (WORD codepage, LPCSTR ptr, DWORD flags) |
LPWSTR WINAPI | CharNextExW (WORD codepage, LPCWSTR ptr, DWORD flags) |
LPWSTR WINAPI | CharNextW (LPCWSTR x) |
LPSTR WINAPI | CharPrevA (LPCSTR start, LPCSTR ptr) |
LPSTR WINAPI | CharPrevExA (WORD codepage, LPCSTR start, LPCSTR ptr, DWORD flags) |
LPWSTR WINAPI | CharPrevExW (WORD codepage, LPCWSTR start, LPCWSTR ptr, DWORD flags) |
LPWSTR WINAPI | CharPrevW (LPCWSTR start, LPCWSTR x) |
BOOL WINAPI | CharToOemA (LPCSTR s, LPSTR d) |
BOOL WINAPI | CharToOemBuffA (LPCSTR s, LPSTR d, DWORD len) |
BOOL WINAPI | CharToOemBuffW (LPCWSTR s, LPSTR d, DWORD len) |
BOOL WINAPI | CharToOemW (LPCWSTR s, LPSTR d) |
BOOL WINAPI | OemToCharA (LPCSTR s, LPSTR d) |
BOOL WINAPI | OemToCharBuffA (LPCSTR s, LPSTR d, DWORD len) |
BOOL WINAPI | OemToCharBuffW (LPCSTR s, LPWSTR d, DWORD len) |
BOOL WINAPI | OemToCharW (LPCSTR s, LPWSTR d) |
LPSTR WINAPI | CharLowerA (LPSTR x) |
LPSTR WINAPI | CharUpperA (LPSTR x) |
LPWSTR WINAPI | CharLowerW (LPWSTR x) |
LPWSTR WINAPI | CharUpperW (LPWSTR x) |
DWORD WINAPI | CharLowerBuffA (LPSTR str, DWORD len) |
DWORD WINAPI | CharLowerBuffW (LPWSTR str, DWORD len) |
DWORD WINAPI | CharUpperBuffA (LPSTR str, DWORD len) |
DWORD WINAPI | CharUpperBuffW (LPWSTR str, DWORD len) |
BOOL WINAPI | IsCharLowerA (CHAR x) |
BOOL WINAPI | IsCharLowerW (WCHAR x) |
BOOL WINAPI | IsCharUpperA (CHAR x) |
BOOL WINAPI | IsCharUpperW (WCHAR x) |
BOOL WINAPI | IsCharAlphaNumericW (WCHAR x) |
BOOL WINAPI | IsCharAlphaW (WCHAR x) |
BOOL WIN32API | IsCharAlphaA (CHAR x) |
BOOL WIN32API | IsCharAlphaNumericA (CHAR x) |
|
|
|
Definition at line 39 of file char.cpp. Referenced by CharPrevA().
|
|
Definition at line 51 of file char.cpp. Referenced by CharPrevExA().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 156 of file char.cpp. Referenced by CharToOemA(), EDIT_EM_ReplaceSel(), and EDIT_EM_SetHandle().
|
|
Definition at line 175 of file char.cpp. Referenced by CharToOemW().
|
|
|
|
|
|
Definition at line 206 of file char.cpp. Referenced by EDIT_EM_ReplaceSel(), EDIT_EM_SetHandle(), OemKeyScan(), and OemToCharA().
|
|
Definition at line 226 of file char.cpp. Referenced by OemToCharW().
|
|
|
|
Definition at line 248 of file char.cpp. Referenced by DIALOG_DlgDirList(), EDIT_EM_SetHandle(), and LISTBOX_Directory().
|
|
Definition at line 272 of file char.cpp. Referenced by EDIT_EM_SetHandle().
|
|
|
|
|
|
Definition at line 317 of file char.cpp. Referenced by EDIT_EM_ReplaceSel().
|
|
|
|
Definition at line 348 of file char.cpp. Referenced by EDIT_EM_ReplaceSel().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 430 of file char.cpp. Referenced by IsCharAlphaA().
|
|
|
|
|