|
xapian-core
2.0.0
|
#include <header.h>
Collaboration diagram for among:Public Attributes | |
| struct among * | next |
| struct amongvec * | b |
| int | number |
| int | literalstring_count |
| int | command_count |
| int | nocommand_count |
| int | function_count |
| byte | amongvar_needed |
| byte | always_matches |
| byte | used |
| int | shortest_size |
| int | longest_size |
| struct node * | substring |
| struct node ** | commands |
| struct node * | node |
| struct name * | in_routine |
| int | s_size |
| const symbol * | s |
| int | substring_i |
| int | result |
| int | function |
| struct amongvec* among::b |
Definition at line 258 of file header.h.
Referenced by len_utf8().
| 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().