#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | LATIN_CAPITAL_LETTER_A_GRAVE (CHAR)0xc0 |
#define | LATIN_CAPITAL_LETTER_THORN (CHAR)0xde |
#define | LATIN_SMALL_LETTER_SHARP_S (CHAR)0xdf |
#define | LATIN_SMALL_LETTER_Y_DIAERESIS (CHAR)0xff |
#define | DIVISION_SIGN (CHAR)0xf7 |
#define | MULTIPLICATION_SIGN (CHAR)0xd7 |
#define | CCH_LOCAL_BUFF 256 |
Functions | |
LPSTR WINAPI | CharLowerA (LPSTR psz) |
LPSTR WINAPI | CharUpperA (LPSTR psz) |
LPSTR WINAPI | CharNextA (LPCSTR lpCurrentChar) |
LPSTR WINAPI | CharNextExA (WORD CodePage, LPCSTR lpCurrentChar, DWORD dwFlags) |
LPSTR WINAPI | CharPrevA (LPCSTR lpStart, LPCSTR lpCurrentChar) |
LPSTR WINAPI | CharPrevExA (WORD CodePage, LPCSTR lpStart, LPCSTR lpCurrentChar, DWORD dwFlags) |
DWORD WINAPI | CharLowerBuffA (LPSTR psz, DWORD nLength) |
DWORD WINAPI | CharUpperBuffA (LPSTR psz, DWORD nLength) |
BOOL WINAPI | IsCharLowerA (char cChar) |
BOOL WINAPI | IsCharUpperA (char cChar) |
BOOL WINAPI | IsCharAlphaNumericA (char cChar) |
BOOL WINAPI | IsCharAlphaA (char cChar) |
|
Definition at line 333 of file strings.c. Referenced by CharLowerBuffA(), and CharUpperBuffA(). |
|
|
|
|
|
|
|
Definition at line 24 of file strings.c. Referenced by CharUpperBuffA(), and CharUpperBuffW(). |
|
Definition at line 25 of file strings.c. Referenced by CharUpperBuffA(), and CharUpperBuffW(). |
|
|
|
Definition at line 46 of file strings.c. References BYTE, CHAR, CharLowerBuffA(), IS_DBCS_ENABLED, IS_PTR, NT_SUCCESS, NTSTATUS(), NULL, RtlMultiByteToUnicodeN(), RtlUnicodeToMultiByteN(), and strlen().
|
|
Definition at line 335 of file strings.c. References CCH_LOCAL_BUFF, CharLowerBuffW(), DWORD, IS_DBCS_ENABLED, IsCharUpperA(), RtlUnicodeToMultiByteN(), and UserLocalFree. Referenced by CharLowerA(), and ECInsertText().
|
|
Definition at line 190 of file strings.c. References IS_DBCS_ENABLED. Referenced by CompStrAToCharA(), and CompStrAToCharW().
|
|
Definition at line 218 of file strings.c.
|
|
Definition at line 257 of file strings.c. References BOOL, FALSE, and IS_DBCS_ENABLED.
|
|
Definition at line 297 of file strings.c. References BOOL, dwFlags, and FALSE.
|
|
Definition at line 119 of file strings.c. References BYTE, CHAR, CharUpperBuffA(), IS_DBCS_ENABLED, IS_PTR, NT_SUCCESS, NTSTATUS(), NULL, RtlMultiByteToUnicodeN(), RtlUnicodeToMultiByteN(), and strlen().
|
|
Definition at line 416 of file strings.c. References CCH_LOCAL_BUFF, CharUpperBuffW(), DWORD, IS_DBCS_ENABLED, IsCharLowerA(), LATIN_SMALL_LETTER_SHARP_S, LATIN_SMALL_LETTER_Y_DIAERESIS, RtlUnicodeToMultiByteN(), and UserLocalFree. Referenced by CharUpperA(), and ECInsertText().
|
|
Definition at line 623 of file strings.c. References BOOL, CHAR, FALSE, IS_DBCS_ENABLED, NULL, RtlMultiByteToUnicodeN(), and TRUE.
|
|
Definition at line 577 of file strings.c. References BOOL, CHAR, FALSE, IS_DBCS_ENABLED, NULL, RtlMultiByteToUnicodeN(), and TRUE.
|
|
Definition at line 502 of file strings.c. References BOOL, CHAR, FALSE, IS_DBCS_ENABLED, NULL, and RtlMultiByteToUnicodeN(). Referenced by CharUpperBuffA(), CharUpperBuffW(), ECInsertText(), and IsCharLowerW().
|
|
Definition at line 538 of file strings.c. References BOOL, CHAR, FALSE, IS_DBCS_ENABLED, NULL, and RtlMultiByteToUnicodeN(). Referenced by CharLowerBuffA(), CharLowerBuffW(), and IsCharUpperW().
|