FreeBASIC  0.91.0
time_parsedate.c File Reference
#include "fb.h"
#include <ctype.h>
Include dependency graph for time_parsedate.c:

Go to the source code of this file.

Functions

static int fb_hIsMonth (const char *text, size_t text_len, const char **end_text, int short_name, int localized)
 
static int fb_hFindMonth (const char *text, size_t text_len, const char **end_text)
 
static int fb_hDateOrder (int *pOrderDay, int *pOrderMonth, int *pOrderYear)
 
static __inline__ int InlineSelect (int index, int num1, int num2, int num3)
 
int fb_hDateParse (const char *text, size_t text_len, int *pDay, int *pMonth, int *pYear, size_t *pLength)
 

Function Documentation

static int fb_hDateOrder ( int *  pOrderDay,
int *  pOrderMonth,
int *  pOrderYear 
)
static

Definition at line 64 of file time_parsedate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_hDateParse ( const char *  text,
size_t  text_len,
int *  pDay,
int *  pMonth,
int *  pYear,
size_t *  pLength 
)

Definition at line 131 of file time_parsedate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int fb_hFindMonth ( const char *  text,
size_t  text_len,
const char **  end_text 
)
static

Definition at line 48 of file time_parsedate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int fb_hIsMonth ( const char *  text,
size_t  text_len,
const char **  end_text,
int  short_name,
int  localized 
)
static

Definition at line 7 of file time_parsedate.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static __inline__ int InlineSelect ( int  index,
int  num1,
int  num2,
int  num3 
)
static

Definition at line 119 of file time_parsedate.c.

Here is the caller graph for this function: