Home
last modified time | relevance | path

Searched refs:InternalStemNepali (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/languages/
H A Dnepali.cc349 int Xapian::InternalStemNepali::r_remove_category_1() { in r_remove_category_1()
384 int Xapian::InternalStemNepali::r_check_category_2() { in r_check_category_2()
392 int Xapian::InternalStemNepali::r_remove_category_2() { in r_remove_category_2()
431 int Xapian::InternalStemNepali::r_remove_category_3() { in r_remove_category_3()
441 int Xapian::InternalStemNepali::stem() { in stem()
483 Xapian::InternalStemNepali::InternalStemNepali() in InternalStemNepali() function in Xapian::InternalStemNepali
487 Xapian::InternalStemNepali::~InternalStemNepali() in ~InternalStemNepali()
492 Xapian::InternalStemNepali::get_description() const in get_description()
H A Dnepali.h8 class InternalStemNepali : public SnowballStemImplementation {
16 InternalStemNepali();
17 ~InternalStemNepali();
H A Dstem.cc101 return new InternalStemNepali; in stem_internal_factory()