File unicode_support.h¶
FileList > base > unicode_support.h
Go to the source code of this file
#include "config.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <assert.h>
Public Types¶
| Type | Name |
|---|---|
| typedef unsigned char | uchar |
| typedef unsigned short int | uint16 |
| typedef unsigned int | uint32 |
Public Functions¶
| Type | Name |
|---|---|
| int | string_to_int_array (char * s, uint32 * cp_list, const int cp_list_size, const char * delims) |
| void | unicode_free_data (void) |
| int | unicode_process_alphabet (LOCALE_DATA * ld, bool is_verbose) |
| int | unicode_process_normalization (LOCALE_DATA * ld, bool is_verbose) |
Public Types Documentation¶
typedef uchar¶
typedef uint16¶
typedef uint32¶
Public Functions Documentation¶
function string_to_int_array¶
function unicode_free_data¶
function unicode_process_alphabet¶
function unicode_process_normalization¶
The documentation for this class was generated from the following file cubrid/src/base/unicode_support.h