PostgreSQL Source Code: pg_unicode_recompinfo Struct Reference (original) (raw)

#include <[unicode_norm_hashfunc.h](unicode%5F%5Fnorm%5F%5Fhashfunc%5F8h%5Fsource.html)>

Data Fields
const uint16 * inverse_lookup
cp_hash_func hash
int num_recomps

Detailed Description

Definition at line 33 of file unicode_norm_hashfunc.h.

Field Documentation

hash

cp_hash_func pg_unicode_recompinfo::hash

Definition at line 36 of file unicode_norm_hashfunc.h.

Referenced by recompose_code().

inverse_lookup

const uint16* pg_unicode_recompinfo::inverse_lookup

Definition at line 35 of file unicode_norm_hashfunc.h.

Referenced by recompose_code().

num_recomps

int pg_unicode_recompinfo::num_recomps

Definition at line 37 of file unicode_norm_hashfunc.h.

Referenced by recompose_code().


The documentation for this struct was generated from the following file: