PostgreSQL Source Code
git master
|
#include "c.h"
Go to the source code of this file.
Data Structures | |
struct | locale_map |
Macros | |
#define | MAX_LOCALE_NAME_LEN 100 |
Functions | |
static const char * | map_locale (const struct locale_map *map, const char *locale) |
char * | pgwin32_setlocale (int category, const char *locale) |
Variables | |
static const struct locale_map | locale_map_argument [] |
static const struct locale_map | locale_map_result [] |
#define MAX_LOCALE_NAME_LEN 100 |
Definition at line 108 of file win32setlocale.c.
|
static |
Definition at line 111 of file win32setlocale.c.
References i, locale, locale_map::locale_name_end, locale_map::locale_name_start, MAX_LOCALE_NAME_LEN, and locale_map::replacement.
Referenced by pgwin32_setlocale().
char* pgwin32_setlocale | ( | int | category, |
const char * | locale | ||
) |
Definition at line 172 of file win32setlocale.c.
References locale, locale_map_argument, locale_map_result, map_locale(), setlocale, and unconstify.
|
static |
Definition at line 1 of file win32setlocale.c.
Referenced by pgwin32_setlocale().
|
static |
Definition at line 1 of file win32setlocale.c.
Referenced by pgwin32_setlocale().