PostgreSQL Source Code
git master
|
#include <pg_wchar.h>
Data Fields | |
uint32 | utf1 |
uint32 | utf2 |
uint32 | code |
Definition at line 477 of file pg_wchar.h.
uint32 pg_utf_to_local_combined::code |
Definition at line 481 of file pg_wchar.h.
Referenced by UtfToLocal().
uint32 pg_utf_to_local_combined::utf1 |
Definition at line 479 of file pg_wchar.h.
uint32 pg_utf_to_local_combined::utf2 |
Definition at line 480 of file pg_wchar.h.