|
PostgreSQL Source Code git master
|
#include <unicode_category_table.h>
Data Fields | |
| char32_t | first |
| char32_t | 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().
| char32_t pg_category_range::first |
Definition at line 23 of file unicode_category_table.h.
| char32_t pg_category_range::last |
Definition at line 24 of file unicode_category_table.h.