PostgreSQL Source Code
git master
|
#include <unicode_norm_hashfunc.h>
Data Fields | |
const pg_unicode_decomposition * | decomps |
cp_hash_func | hash |
int | num_decomps |
Definition at line 26 of file unicode_norm_hashfunc.h.
const pg_unicode_decomposition* pg_unicode_decompinfo::decomps |
Definition at line 28 of file unicode_norm_hashfunc.h.
Referenced by get_code_entry().
cp_hash_func pg_unicode_decompinfo::hash |
Definition at line 29 of file unicode_norm_hashfunc.h.
Referenced by get_code_entry().
int pg_unicode_decompinfo::num_decomps |
Definition at line 30 of file unicode_norm_hashfunc.h.
Referenced by get_code_entry().