PostgreSQL Source Code git master
|
#include <unicode_case_table.h>
Data Fields | |
pg_wchar | codepoint |
int16 | conditions |
pg_wchar | map [NCaseKind][MAX_CASE_EXPANSION] |
Definition at line 45 of file unicode_case_table.h.
pg_wchar pg_special_case::codepoint |
Definition at line 47 of file unicode_case_table.h.
int16 pg_special_case::conditions |
Definition at line 48 of file unicode_case_table.h.
Referenced by casemap().
pg_wchar pg_special_case::map[NCaseKind][MAX_CASE_EXPANSION] |
Definition at line 49 of file unicode_case_table.h.
Referenced by casemap().