|
PostgreSQL Source Code git master
|
#include "postgres.h"#include <limits.h>#include <wctype.h>#include "access/htup_details.h"#include "catalog/pg_database.h"#include "catalog/pg_collation.h"#include "mb/pg_wchar.h"#include "miscadmin.h"#include "utils/builtins.h"#include "utils/formatting.h"#include "utils/memutils.h"#include "utils/pg_locale.h"#include "utils/syscache.h"
Go to the source code of this file.
Macros | |
| #define | TEXTBUFLEN 1024 |
Variables | |
| static const struct ctype_methods | ctype_methods_libc_sb |
| static const struct ctype_methods | ctype_methods_libc_other_mb |
| static const struct ctype_methods | ctype_methods_libc_utf8 |
| static const struct collate_methods | collate_methods_libc |
| #define TEXTBUFLEN 1024 |
Definition at line 81 of file pg_locale_libc.c.
|
static |
Definition at line 1240 of file pg_locale_libc.c.
References Assert(), ereport, errcode(), errhint(), errmsg(), ERROR, GetDatabaseEncoding(), locale_t, mbstowcs_l(), pfree(), PG_UTF8, pg_verifymbstr(), pnstrdup(), and str.
Referenced by strlower_libc_mb(), strtitle_libc_mb(), and strupper_libc_mb().
|
static |
Definition at line 266 of file pg_locale_libc.c.
References IS_HIGHBIT_SET, isalpha_l, locale, and pg_database_encoding_max_length().
| pg_locale_t create_pg_locale_libc | ( | Oid | collid, |
| MemoryContext | context | ||
| ) |
Definition at line 722 of file pg_locale_libc.c.
References pg_locale_struct::collate, pg_locale_struct::collate_is_c, collate_methods_libc, collid, pg_locale_struct::ctype, pg_locale_struct::ctype_is_c, ctype_methods_libc_other_mb, ctype_methods_libc_sb, ctype_methods_libc_utf8, pg_locale_struct::deterministic, elog, ERROR, GetDatabaseEncoding(), HeapTupleIsValid, if(), locale_t, pg_locale_struct::lt, make_libc_collator(), MemoryContextAllocZero(), MyDatabaseId, ObjectIdGetDatum(), pg_database_encoding_max_length(), PG_UTF8, ReleaseSysCache(), SearchSysCache1(), SysCacheGetAttrNotNull(), and TextDatumGetCString.
Referenced by create_pg_locale(), and init_database_collation().
| char * get_collation_actual_version_libc | ( | const char * | collcollate | ) |
Definition at line 964 of file pg_locale_libc.c.
References ereport, errmsg(), ERROR, locale_t, pg_strcasecmp(), pg_strncasecmp(), psprintf(), and pstrdup().
Referenced by get_collation_actual_version().
|
static |
Definition at line 806 of file pg_locale_libc.c.
References ereport, errcode(), errmsg(), ERROR, locale_t, and report_newlocale_failure().
Referenced by create_pg_locale_libc().
|
static |
Definition at line 1142 of file pg_locale_libc.c.
References generate_unaccent_rules::dest, and locale_t.
Referenced by char2wchar().
| void report_newlocale_failure | ( | const char * | localename | ) |
Definition at line 1108 of file pg_locale_libc.c.
References ereport, errcode(), errdetail(), errmsg(), and ERROR.
Referenced by cache_locale_time(), and make_libc_collator().
|
static |
Definition at line 476 of file pg_locale_libc.c.
References char2wchar(), generate_unaccent_rules::dest, ereport, errcode(), errmsg(), ERROR, locale, locale_t, palloc(), palloc_array, pfree(), pg_database_encoding_max_length(), towlower_l, and wchar2char().
|
static |
Definition at line 437 of file pg_locale_libc.c.
References generate_unaccent_rules::dest, IS_HIGHBIT_SET, isupper_l, locale, locale_t, and tolower_l.
|
static |
Definition at line 877 of file pg_locale_libc.c.
References buf, locale, palloc(), pfree(), strcoll_l, and TEXTBUFLEN.
|
static |
Definition at line 934 of file pg_locale_libc.c.
References Assert(), buf, bufsize, generate_unaccent_rules::dest, locale, palloc(), pfree(), strxfrm_l, and TEXTBUFLEN.
|
static |
Definition at line 580 of file pg_locale_libc.c.
References char2wchar(), generate_unaccent_rules::dest, ereport, errcode(), errmsg(), ERROR, iswalnum_l, locale, locale_t, palloc(), palloc_array, pfree(), pg_database_encoding_max_length(), towlower_l, towupper_l, and wchar2char().
|
static |
Definition at line 524 of file pg_locale_libc.c.
References generate_unaccent_rules::dest, IS_HIGHBIT_SET, isalnum_l, islower_l, isupper_l, locale, locale_t, tolower_l, and toupper_l.
|
static |
Definition at line 674 of file pg_locale_libc.c.
References char2wchar(), generate_unaccent_rules::dest, ereport, errcode(), errmsg(), ERROR, locale, locale_t, palloc(), palloc_array, pfree(), pg_database_encoding_max_length(), towupper_l, and wchar2char().
|
static |
Definition at line 635 of file pg_locale_libc.c.
References generate_unaccent_rules::dest, IS_HIGHBIT_SET, islower_l, locale, locale_t, and toupper_l.
|
static |
Definition at line 319 of file pg_locale_libc.c.
References Assert(), GetDatabaseEncoding(), locale, pg_ascii_tolower(), PG_UTF8, and towlower_l.
|
static |
Definition at line 305 of file pg_locale_libc.c.
References Assert(), GetDatabaseEncoding(), locale, pg_ascii_tolower(), PG_UTF8, and tolower_l.
|
static |
Definition at line 291 of file pg_locale_libc.c.
References Assert(), GetDatabaseEncoding(), locale, pg_ascii_toupper(), PG_UTF8, and towupper_l.
|
static |
Definition at line 277 of file pg_locale_libc.c.
References Assert(), GetDatabaseEncoding(), locale, pg_ascii_toupper(), PG_UTF8, and toupper_l.
|
static |
Definition at line 207 of file pg_locale_libc.c.
References iswalnum_l, and locale.
|
static |
|
static |
|
static |
|
static |
Definition at line 259 of file pg_locale_libc.c.
References iswlower_l, iswupper_l, and locale.
|
static |
|
static |
|
static |
Definition at line 124 of file pg_locale_libc.c.
|
static |
|
static |
Definition at line 154 of file pg_locale_libc.c.
|
static |
Definition at line 219 of file pg_locale_libc.c.
References iswlower_l, and locale.
|
static |
|
static |
|
static |
Definition at line 160 of file pg_locale_libc.c.
|
static |
|
static |
Definition at line 166 of file pg_locale_libc.c.
|
static |
|
static |
Definition at line 172 of file pg_locale_libc.c.
|
static |
Definition at line 213 of file pg_locale_libc.c.
References iswupper_l, and locale.
|
static |
|
static |
Definition at line 249 of file pg_locale_libc.c.
References locale.
|
static |
Definition at line 178 of file pg_locale_libc.c.
References locale.
| size_t wchar2char | ( | char * | to, |
| const wchar_t * | from, | ||
| size_t | tolen, | ||
| locale_t | loc | ||
| ) |
Definition at line 1186 of file pg_locale_libc.c.
References Assert(), GetDatabaseEncoding(), locale_t, PG_UTF8, and wcstombs_l().
Referenced by strlower_libc_mb(), strtitle_libc_mb(), and strupper_libc_mb().
|
static |
Definition at line 1158 of file pg_locale_libc.c.
References generate_unaccent_rules::dest, and locale_t.
Referenced by wchar2char().
|
static |
Definition at line 402 of file pg_locale_libc.c.
Referenced by create_pg_locale_libc().
|
static |
Definition at line 358 of file pg_locale_libc.c.
Referenced by create_pg_locale_libc().
|
static |
Definition at line 332 of file pg_locale_libc.c.
Referenced by create_pg_locale_libc().
|
static |
Definition at line 380 of file pg_locale_libc.c.
Referenced by create_pg_locale_libc().