Record charset_info_st
Unit
Declaration
type charset_info_st = record
Description
This item has no description.
Overview
Fields
| Public | number: cuint; |
| Public | primary_number: cuint; |
| Public | binary_number: cuint; |
| Public | state: cuint; |
| Public | csname: ˆchar; |
| Public | name: ˆchar; |
| Public | comment: ˆchar; |
| Public | tailoring: ˆchar; |
| Public | ftype: ˆcuchar; |
| Public | to_lower: ˆcuchar; |
| Public | to_upper: ˆcuchar; |
| Public | sort_order: ˆcuchar; |
| Public | contractions: ˆcuint16; |
| Public | sort_order_big: ˆpword; |
| Public | tab_to_uni: ˆcuint16; |
| Public | tab_from_uni: pointer; |
| Public | state_map: ˆcuchar; |
| Public | ident_map: ˆcuchar; |
| Public | strxfrm_multiply: cuint; |
| Public | mbminlen: cuint; |
| Public | mbmaxlen: cuint; |
| Public | min_sort_char: cuint16; |
| Public | max_sort_char: cuint16; |
| Public | escape_with_backslash_is_dangerous: my_bool; |
| Public | cset: pointer; |
| Public | coll: pointer; |
Description
Fields
| Public | number: cuint; |
|
This item has no description. | |
| Public | primary_number: cuint; |
|
This item has no description. | |
| Public | binary_number: cuint; |
|
This item has no description. | |
| Public | state: cuint; |
|
This item has no description. | |
| Public | csname: ˆchar; |
|
This item has no description. | |
| Public | name: ˆchar; |
|
This item has no description. | |
| Public | comment: ˆchar; |
|
This item has no description. | |
| Public | tailoring: ˆchar; |
|
This item has no description. | |
| Public | ftype: ˆcuchar; |
|
This item has no description. | |
| Public | to_lower: ˆcuchar; |
|
This item has no description. | |
| Public | to_upper: ˆcuchar; |
|
This item has no description. | |
| Public | sort_order: ˆcuchar; |
|
This item has no description. | |
| Public | contractions: ˆcuint16; |
|
This item has no description. | |
| Public | sort_order_big: ˆpword; |
|
This item has no description. | |
| Public | tab_to_uni: ˆcuint16; |
|
This item has no description. | |
| Public | tab_from_uni: pointer; |
|
This item has no description. | |
| Public | state_map: ˆcuchar; |
|
This item has no description. | |
| Public | ident_map: ˆcuchar; |
|
This item has no description. | |
| Public | strxfrm_multiply: cuint; |
|
This item has no description. | |
| Public | mbminlen: cuint; |
|
This item has no description. | |
| Public | mbmaxlen: cuint; |
|
This item has no description. | |
| Public | min_sort_char: cuint16; |
|
This item has no description. | |
| Public | max_sort_char: cuint16; |
|
This item has no description. | |
| Public | escape_with_backslash_is_dangerous: my_bool; |
|
This item has no description. | |
| Public | cset: pointer; |
|
This item has no description. | |
| Public | coll: pointer; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.