xapian-core
1.4.26
|
Standard ValueRangeProcessor and RangeProcessor subclasses. More...
#include <config.h>
#include <xapian/queryparser.h>
#include <cerrno>
#include <cstdlib>
#include <string>
#include "stringutils.h"
Go to the source code of this file.
Namespaces | |
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) |
static void | Xapian::format_int_fixed_width (char *p, int v, int w) |
static void | Xapian::format_yyyymmdd (char *p, int y, int m, int d) |
Variables | |
static const char | Xapian::max_month_length [12] |
Standard ValueRangeProcessor and RangeProcessor subclasses.
Definition in file valuerangeproc.cc.