Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsutf8.h>
Data Fields | |
size_t | len |
unsigned char * | data |
size_t | num_chars |
unsigned char* WsUtf8StringRec::data |
Definition at line 84 of file wsutf8.h.
Referenced by ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), ws_bc_free(), ws_expr_const_string(), ws_expr_linearize(), ws_lexer_free_utf8(), ws_lexer_register_utf8(), ws_utf8_append_char(), ws_utf8_free(), and ws_utf8_set_data().
size_t WsUtf8StringRec::len |
Definition at line 81 of file wsutf8.h.
Referenced by ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), ws_expr_const_string(), ws_expr_linearize(), ws_utf8_append_char(), and ws_utf8_get_char().
size_t WsUtf8StringRec::num_chars |
Definition at line 87 of file wsutf8.h.
Referenced by ws_bc_decode(), and ws_utf8_to_latin1().