PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pg_special_case Struct Reference

#include <unicode_case_table.h>

Data Fields

pg_wchar codepoint
 
int16 conditions
 
pg_wchar map [NCaseKind][MAX_CASE_EXPANSION]
 

Detailed Description

Definition at line 45 of file unicode_case_table.h.

Field Documentation

◆ codepoint

pg_wchar pg_special_case::codepoint

Definition at line 47 of file unicode_case_table.h.

◆ conditions

int16 pg_special_case::conditions

Definition at line 48 of file unicode_case_table.h.

Referenced by casemap().

◆ map

pg_wchar pg_special_case::map[NCaseKind][MAX_CASE_EXPANSION]

Definition at line 49 of file unicode_case_table.h.

Referenced by casemap().


The documentation for this struct was generated from the following file: