#include <config.h>
#include <xapian/queryparser.h>
#include <cstdio>
#include <cstdlib>
#include "safeerrno.h"
#include <string>
#include "stringutils.h"

Go to the source code of this file.
Namespaces | |
| namespace | Xapian |
| The Xapian namespace contains public interfaces for the Xapian library. | |
Functions | |
| static bool | Xapian::decode_xxy (const string &s, int &x1, int &x2, int &y) |
| static bool | Xapian::vet_dm (int d, int m) |
| static bool | Xapian::is_yyyy_mm_dd (const string &s) |
Variables | |
| static const char | Xapian::max_month_length [12] |
Definition in file valuerangeproc.cc.