#include <config.h>
#include <xapian/queryparser.h>
#include <stdio.h>
#include <stdlib.h>
#include "safeerrno.h"
#include <string>
#include "stringutils.h"
Include dependency graph for valuerangeproc.cc:
Go to the source code of this file.
Functions | |
static bool | decode_xxy (const string &s, int &x1, int &x2, int &y) |
static bool | vet_dm (int d, int m) |
Variables | |
static const char | max_month_length [12] |
Definition in file valuerangeproc.cc.
static bool decode_xxy | ( | const string & | s, | |
int & | x1, | |||
int & | x2, | |||
int & | y | |||
) | [static] |
static bool vet_dm | ( | int | d, | |
int | m | |||
) | [static] |
const char max_month_length[12] [static] |
Initial value:
{ 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
Definition at line 60 of file valuerangeproc.cc.
Referenced by vet_dm().