Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
cifs_uniupr.h File Reference

Go to the source code of this file.

Variables

signed char CifsUniUpperTable [512]
 
struct UniCaseRange CifsUniUpperRange []
 
signed char CifsUniLowerTable [512]
 
struct UniCaseRange CifsUniLowerRange []
 

Variable Documentation

struct UniCaseRange CifsUniLowerRange[]
Initial value:
= {
{0x0380, 0x03ab, UniCaseRangeL0380},
{0x0400, 0x042f, UniCaseRangeL0400},
{0x0490, 0x04cb, UniCaseRangeL0490},
{0x1e00, 0x1ff7, UniCaseRangeL1e00},
{0xff20, 0xff3a, UniCaseRangeLff20},
{0}
}

Definition at line 245 of file cifs_uniupr.h.

signed char CifsUniLowerTable[512]

Definition at line 143 of file cifs_uniupr.h.

struct UniCaseRange CifsUniUpperRange[]
Initial value:
= {
{0x03a0, 0x03ce, UniCaseRangeU03a0},
{0x0430, 0x045f, UniCaseRangeU0430},
{0x0490, 0x04cc, UniCaseRangeU0490},
{0x1e00, 0x1ffc, UniCaseRangeU1e00},
{0xff40, 0xff5a, UniCaseRangeUff40},
{0}
}

Definition at line 129 of file cifs_uniupr.h.

signed char CifsUniUpperTable[512]

Definition at line 26 of file cifs_uniupr.h.