|
CUBRID Engine
latest
|
#include <locale_support.h>

Public Attributes | |
| TRANSFORM_TYPE | type |
| char * | src |
| int | src_size |
| char * | dest |
| int | dest_size |
Definition at line 461 of file locale_support.h.
| char* transform_rule::dest |
Definition at line 468 of file locale_support.h.
Referenced by end_case_rule(), end_transform_buffer(), locale_destroy_alphabet_tailoring(), and unicode_process_alphabet().
| int transform_rule::dest_size |
Definition at line 469 of file locale_support.h.
Referenced by end_case_rule(), end_transform_buffer(), locale_destroy_alphabet_tailoring(), and unicode_process_alphabet().
| char* transform_rule::src |
Definition at line 465 of file locale_support.h.
Referenced by end_case_rule(), end_transform_buffer(), locale_destroy_alphabet_tailoring(), and unicode_process_alphabet().
| int transform_rule::src_size |
Definition at line 466 of file locale_support.h.
Referenced by end_case_rule(), end_transform_buffer(), locale_destroy_alphabet_tailoring(), and unicode_process_alphabet().
| TRANSFORM_TYPE transform_rule::type |
Definition at line 463 of file locale_support.h.
Referenced by end_transform_buffer(), start_lower_case_rule(), start_upper_case_rule(), and unicode_process_alphabet().