Skip to content

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 unsigned char uchar;

typedef uint16

typedef unsigned short int uint16;

typedef uint32

typedef unsigned int uint32;

Public Functions Documentation

function string_to_int_array

int string_to_int_array (
    char * s,
    uint32 * cp_list,
    const  int cp_list_size,
    const  char * delims
) 

function unicode_free_data

void unicode_free_data (
    void
) 

function unicode_process_alphabet

int unicode_process_alphabet (
    LOCALE_DATA * ld,
    bool is_verbose
) 

function unicode_process_normalization

int unicode_process_normalization (
    LOCALE_DATA * ld,
    bool is_verbose
) 


The documentation for this class was generated from the following file cubrid/src/base/unicode_support.h