|
xapian-core
1.4.30
|
#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 |
| int | amongvar_needed |
| struct node * | starter |
| struct node * | substring |
| struct node ** | commands |
| int | s_size |
| unsigned | s |
| int | substring_i |
| int | result |
| struct amongvec* among::b |
Definition at line 194 of file header.h.
Referenced by Xapian::SnowballStemImplementation::len_utf8().
| int among::result |
Definition at line 42 of file steminternal.h.
Referenced by Xapian::SnowballStemImplementation::find_among(), and Xapian::SnowballStemImplementation::find_among_b().
| unsigned among::s |
Definition at line 40 of file steminternal.h.
Referenced by Xapian::SnowballStemImplementation::find_among(), Xapian::SnowballStemImplementation::find_among_b(), Xapian::SnowballStemImplementation::insert_s(), Xapian::SnowballStemImplementation::replace_s(), and Xapian::SnowballStemImplementation::slice_from_s().
| int among::s_size |
Definition at line 39 of file steminternal.h.
Referenced by Xapian::SnowballStemImplementation::find_among(), Xapian::SnowballStemImplementation::find_among_b(), Xapian::SnowballStemImplementation::insert_s(), Xapian::SnowballStemImplementation::replace_s(), and Xapian::SnowballStemImplementation::slice_from_s().
| int among::substring_i |
Definition at line 41 of file steminternal.h.
Referenced by Xapian::SnowballStemImplementation::find_among(), and Xapian::SnowballStemImplementation::find_among_b().