FreeRDP
casing.c File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define WINPR_TOLOWERW(_wch)    (_wch + winpr_casemap_lower[winpr_casemap_lower[_wch >> 8] + (_wch & 0xFF)])
 
#define WINPR_TOUPPERW(_wch)    (_wch + winpr_casemap_upper[winpr_casemap_upper[_wch >> 8] + (_wch & 0xFF)])
 

Variables

static const WCHAR winpr_casemap_lower [3807]
 
static const WCHAR winpr_casemap_upper [3994]
 

Macro Definition Documentation

◆ WINPR_TOLOWERW

#define WINPR_TOLOWERW (   _wch)     (_wch + winpr_casemap_lower[winpr_casemap_lower[_wch >> 8] + (_wch & 0xFF)])

Unicode case mappings

This code is generated by wine's make_unicode script which downloads data from unicode.org and produces readily usable conversion tables.

After asking permission from Alexandre Julliard in May 2011, it was clarified that no copyright was claimed by the wine project on the script's generated output.

◆ WINPR_TOUPPERW

#define WINPR_TOUPPERW (   _wch)     (_wch + winpr_casemap_upper[winpr_casemap_upper[_wch >> 8] + (_wch & 0xFF)])

Variable Documentation

◆ winpr_casemap_lower

const WCHAR winpr_casemap_lower[3807]
static

◆ winpr_casemap_upper

const WCHAR winpr_casemap_upper[3994]
static