|
PostgreSQL Source Code git master
|
#include <snowball_runtime.h>
Data Fields | |
| int | s_size |
| const symbol * | s |
| int | substring_i |
| int | result |
| int | function |
Definition at line 47 of file snowball_runtime.h.
| int among::function |
Definition at line 58 of file snowball_runtime.h.
Referenced by find_among(), and find_among_b().
| int among::result |
Definition at line 56 of file snowball_runtime.h.
Referenced by find_among(), and find_among_b().
| const symbol* among::s |
Definition at line 52 of file snowball_runtime.h.
Referenced by find_among(), find_among_b(), insert_s(), replace_s(), and slice_from_s().
| int among::s_size |
Definition at line 50 of file snowball_runtime.h.
Referenced by find_among(), find_among_b(), insert_s(), replace_s(), and slice_from_s().
| int among::substring_i |
Definition at line 54 of file snowball_runtime.h.
Referenced by find_among(), and find_among_b().