PostgreSQL Source Code
git master
|
#include <unicode_category_table.h>
Data Fields | |
uint32 | first |
uint32 | last |
uint8 | category |
Definition at line 21 of file unicode_category_table.h.
uint8 pg_category_range::category |
Definition at line 25 of file unicode_category_table.h.
Referenced by unicode_category().
uint32 pg_category_range::first |
Definition at line 23 of file unicode_category_table.h.
uint32 pg_category_range::last |
Definition at line 24 of file unicode_category_table.h.