PostgreSQL Source Code
git master
|
#include "postgres_fe.h"
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>
#include "common/unicode_case.h"
#include "common/unicode_category.h"
#include "common/unicode_version.h"
Go to the source code of this file.
Functions | |
static void | test_strlower (const char *test_string, const char *expected) |
static void | test_convert_case () |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 183 of file case_test.c.
References exit(), PG_UNICODE_VERSION, printf, and test_convert_case().
|
static |
Definition at line 170 of file case_test.c.
References printf, and test_strlower().
Referenced by main().
|
static |
Definition at line 89 of file case_test.c.
References exit(), free, malloc, printf, and unicode_strlower().
Referenced by test_convert_case().