xapian-core
1.4.26
|
#include <header.h>
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::number |
Definition at line 195 of file header.h.
Referenced by Xapian::SnowballStemImplementation::insert_v(), and 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(), and Xapian::SnowballStemImplementation::SET_CAPACITY().
int among::s_size |
Definition at line 39 of file steminternal.h.
Referenced by Xapian::SnowballStemImplementation::find_among(), Xapian::SnowballStemImplementation::find_among_b(), and Xapian::SnowballStemImplementation::SET_CAPACITY().
int among::substring_i |
Definition at line 41 of file steminternal.h.
Referenced by Xapian::SnowballStemImplementation::find_among(), and Xapian::SnowballStemImplementation::find_among_b().