#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | LATIN_CAPITAL_LETTER_A_GRAVE (WCHAR)0xc0 |
#define | LATIN_CAPITAL_LETTER_THORN (WCHAR)0xde |
#define | LATIN_SMALL_LETTER_SHARP_S (WCHAR)0xdf |
#define | LATIN_SMALL_LETTER_Y_DIAERESIS (WCHAR)0xff |
#define | DIVISION_SIGN (WCHAR)0xf7 |
#define | MULTIPLICATION_SIGN (WCHAR)0xd7 |
#define | WCTOA(wch) ((wch) & 0xff) |
#define | IS_UNICODE_BLK1(wch) ((int)(wch) <= 0x00ff) |
Functions | |
LPWSTR WINAPI | CharLowerW (LPWSTR pwsz) |
LPWSTR WINAPI | CharUpperW (LPWSTR pwsz) |
LPWSTR WINAPI | CharNextW (LPCWSTR lpwCurrentChar) |
LPWSTR WINAPI | CharPrevW (LPCWSTR lpwStart, LPCWSTR lpwCurrentChar) |
DWORD WINAPI | CharLowerBuffW (LPWSTR pwsz, DWORD cwch) |
DWORD WINAPI | CharUpperBuffW (LPWSTR pwsz, DWORD cwch) |
BOOL WINAPI | IsCharLowerW (WCHAR wChar) |
BOOL WINAPI | IsCharUpperW (WCHAR wChar) |
BOOL WINAPI | IsCharAlphaNumericW (WCHAR wChar) |
BOOL WINAPI | IsCharAlphaW (WCHAR wChar) |
|
Definition at line 23 of file wstrings.c. |
|
Definition at line 31 of file wstrings.c. Referenced by CharLowerBuffW(), CharUpperBuffW(), IsCharLowerW(), and IsCharUpperW(). |
|
Definition at line 19 of file wstrings.c. |
|
Definition at line 20 of file wstrings.c. |
|
Definition at line 21 of file wstrings.c. |
|
Definition at line 22 of file wstrings.c. |
|
Definition at line 24 of file wstrings.c. |
|
Definition at line 30 of file wstrings.c. |
|
Definition at line 252 of file wstrings.c. References DWORD, IS_UNICODE_BLK1, and IsCharUpperA(). Referenced by CharLowerBuffA(), CharLowerW(), ECInsertText(), and xxxLBInsertItem().
|
|
Definition at line 49 of file wstrings.c. References CharLowerBuffW(), IS_PTR, and NULL. Referenced by FindMnemChar().
|
|
Definition at line 154 of file wstrings.c. Referenced by CompStrWToCharA(), and CompStrWToCharW().
|
|
Definition at line 203 of file wstrings.c.
|
|
Definition at line 298 of file wstrings.c. References DWORD, IS_UNICODE_BLK1, IsCharLowerA(), LATIN_SMALL_LETTER_SHARP_S, and LATIN_SMALL_LETTER_Y_DIAERESIS. Referenced by CharUpperBuffA(), CharUpperW(), ECInsertText(), and xxxLBInsertItem().
|
|
Definition at line 102 of file wstrings.c. References CharUpperBuffW(), IS_PTR, and NULL.
|
|
Definition at line 427 of file wstrings.c. References BOOL, FALSE, and TRUE.
|
|
Definition at line 499 of file wstrings.c. References BOOL, FALSE, and TRUE.
|
|
Definition at line 348 of file wstrings.c. References BOOL, CHAR, FALSE, IS_UNICODE_BLK1, IsCharLowerA(), and TRUE. Referenced by ECInsertText().
|
|
Definition at line 387 of file wstrings.c. References BOOL, CHAR, FALSE, IS_UNICODE_BLK1, IsCharUpperA(), and TRUE.
|