|
xapian-core
2.1.0
|
#include <header.h>
Collaboration diagram for among:Public Attributes | |
| struct among * | next |
| struct amongvec * | v |
| int | number |
| int | literalstring_count |
| int | command_count |
| int | nocommand_count |
| int | function_count |
| int | unique_function_count |
| bool | amongvar_needed |
| bool | always_matches |
| bool | used |
| int | same_action |
| int | shortest_size |
| int | longest_size |
| struct node * | substring |
| struct node ** | commands |
| struct node * | node |
| int | s_size |
| const symbol * | s |
| int | substring_i |
| int | result |
| int | function |
| int among::function |
Definition at line 59 of file snowball_runtime.h.
Referenced by find_among(), and find_among_b().
| int among::result |
Definition at line 57 of file snowball_runtime.h.
Referenced by find_among(), and find_among_b().
| const symbol* among::s |
Definition at line 53 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 51 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 55 of file snowball_runtime.h.
Referenced by find_among(), and find_among_b().
| struct amongvec* among::v |
Definition at line 297 of file header.h.
Referenced by find_among(), and find_among_b().