#include <etsi_its_cpm_ts_coding/OCTET_STRING.h>
Go to the source code of this file.
Typedefs | |
typedef OCTET_STRING_t | UTF8String_t |
Functions | |
ssize_t | UTF8String_length (const UTF8String_t *st) |
size_t | UTF8String_to_wcs (const UTF8String_t *st, uint32_t *dst, size_t dstlen) |
#define UTF8String_compare OCTET_STRING_compare |
Definition at line 25 of file UTF8String.h.
#define UTF8String_copy OCTET_STRING_copy |
Definition at line 26 of file UTF8String.h.
#define UTF8String_decode_aper OCTET_STRING_decode_aper |
Definition at line 50 of file UTF8String.h.
#define UTF8String_decode_ber OCTET_STRING_decode_ber |
Definition at line 31 of file UTF8String.h.
#define UTF8String_decode_jer OCTET_STRING_decode_jer_utf8 |
Definition at line 41 of file UTF8String.h.
#define UTF8String_decode_uper OCTET_STRING_decode_uper |
Definition at line 46 of file UTF8String.h.
#define UTF8String_decode_xer OCTET_STRING_decode_xer_utf8 |
Definition at line 36 of file UTF8String.h.
#define UTF8String_encode_aper OCTET_STRING_encode_aper |
Definition at line 51 of file UTF8String.h.
#define UTF8String_encode_der OCTET_STRING_encode_der |
Definition at line 32 of file UTF8String.h.
#define UTF8String_encode_jer OCTET_STRING_encode_jer_utf8 |
Definition at line 42 of file UTF8String.h.
#define UTF8String_encode_uper OCTET_STRING_encode_uper |
Definition at line 47 of file UTF8String.h.
#define UTF8String_encode_xer OCTET_STRING_encode_xer_utf8 |
Definition at line 37 of file UTF8String.h.
#define UTF8String_free OCTET_STRING_free |
Definition at line 19 of file UTF8String.h.
typedef OCTET_STRING_t UTF8String_t |
Definition at line 14 of file UTF8String.h.
ssize_t UTF8String_length | ( | const UTF8String_t * | st | ) |
Definition at line 213 of file UTF8String.c.
size_t UTF8String_to_wcs | ( | const UTF8String_t * | st, |
uint32_t * | dst, | ||
size_t | dstlen | ||
) |
Definition at line 222 of file UTF8String.c.
asn_TYPE_descriptor_t asn_DEF_UTF8String |
Definition at line 74 of file UTF8String.c.
asn_TYPE_operation_t asn_OP_UTF8String |
Definition at line 16 of file UTF8String.c.
asn_constr_check_f UTF8String_constraint |
Definition at line 28 of file UTF8String.h.
asn_struct_print_f UTF8String_print |
Definition at line 22 of file UTF8String.h.
asn_random_fill_f UTF8String_random_fill |
Definition at line 55 of file UTF8String.h.