regc_locale.c File Reference

Go to the source code of this file.

Data Structures

struct  cname
struct  crange

Defines

#define NUM_ALPHA_RANGE   (sizeof(alphaRangeTable)/sizeof(crange))
#define NUM_ALPHA_CHAR   (sizeof(alphaCharTable)/sizeof(chr))
#define NUM_DIGIT_RANGE   (sizeof(digitRangeTable)/sizeof(crange))
#define NUM_PUNCT_RANGE   (sizeof(punctRangeTable)/sizeof(crange))
#define NUM_PUNCT_CHAR   (sizeof(punctCharTable)/sizeof(chr))
#define NUM_SPACE_RANGE   (sizeof(spaceRangeTable)/sizeof(crange))
#define NUM_SPACE_CHAR   (sizeof(spaceCharTable)/sizeof(chr))
#define NUM_LOWER_RANGE   (sizeof(lowerRangeTable)/sizeof(crange))
#define NUM_LOWER_CHAR   (sizeof(lowerCharTable)/sizeof(chr))
#define NUM_UPPER_RANGE   (sizeof(upperRangeTable)/sizeof(crange))
#define NUM_UPPER_CHAR   (sizeof(upperCharTable)/sizeof(chr))
#define NUM_GRAPH_RANGE   (sizeof(graphRangeTable)/sizeof(crange))
#define NUM_GRAPH_CHAR   (sizeof(graphCharTable)/sizeof(chr))
#define NUM_PRINT_RANGE   (sizeof(printRangeTable)/sizeof(crange))
#define NUM_PRINT_CHAR   (sizeof(printCharTable)/sizeof(chr))
#define CH   NOCELT


Define Documentation

#define CH   NOCELT

Definition at line 611 of file regc_locale.c.

#define NUM_ALPHA_CHAR   (sizeof(alphaCharTable)/sizeof(chr))

Definition at line 200 of file regc_locale.c.

#define NUM_ALPHA_RANGE   (sizeof(alphaRangeTable)/sizeof(crange))

Definition at line 182 of file regc_locale.c.

#define NUM_DIGIT_RANGE   (sizeof(digitRangeTable)/sizeof(crange))

Definition at line 214 of file regc_locale.c.

#define NUM_GRAPH_CHAR   (sizeof(graphCharTable)/sizeof(chr))

Definition at line 531 of file regc_locale.c.

#define NUM_GRAPH_RANGE   (sizeof(graphRangeTable)/sizeof(crange))

Definition at line 512 of file regc_locale.c.

#define NUM_LOWER_CHAR   (sizeof(lowerCharTable)/sizeof(chr))

Definition at line 324 of file regc_locale.c.

#define NUM_LOWER_RANGE   (sizeof(lowerRangeTable)/sizeof(crange))

Definition at line 279 of file regc_locale.c.

#define NUM_PRINT_CHAR   (sizeof(printCharTable)/sizeof(chr))

Definition at line 605 of file regc_locale.c.

#define NUM_PRINT_RANGE   (sizeof(printRangeTable)/sizeof(crange))

Definition at line 594 of file regc_locale.c.

#define NUM_PUNCT_CHAR   (sizeof(punctCharTable)/sizeof(chr))

Definition at line 246 of file regc_locale.c.

#define NUM_PUNCT_RANGE   (sizeof(punctRangeTable)/sizeof(crange))

Definition at line 234 of file regc_locale.c.

#define NUM_SPACE_CHAR   (sizeof(spaceCharTable)/sizeof(chr))

Definition at line 262 of file regc_locale.c.

#define NUM_SPACE_RANGE   (sizeof(spaceRangeTable)/sizeof(crange))

Definition at line 256 of file regc_locale.c.

#define NUM_UPPER_CHAR   (sizeof(upperCharTable)/sizeof(chr))

Definition at line 386 of file regc_locale.c.

#define NUM_UPPER_RANGE   (sizeof(upperRangeTable)/sizeof(crange))

Definition at line 341 of file regc_locale.c.



Generated on Wed Mar 12 12:18:27 2008 by  doxygen 1.5.1