ITS
UTF8String.h File Reference
#include <OCTET_STRING.h>
Include dependency graph for UTF8String.h:
This graph shows which files directly or indirectly include this file:

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)
 

Variables

asn_TYPE_descriptor_t asn_DEF_UTF8String
 
asn_struct_print_f UTF8String_print
 
asn_constr_check_f UTF8String_constraint
 

Typedef Documentation

◆ UTF8String_t

Definition at line 14 of file UTF8String.h.

Function Documentation

◆ UTF8String_length()

ssize_t UTF8String_length ( const UTF8String_t st)

Definition at line 153 of file UTF8String.c.

References OCTET_STRING::buf, U8E_EINVAL, and UTF8String__process().

Referenced by memb_companyName_constraint_1(), and UTF8String_constraint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UTF8String_to_wcs()

size_t UTF8String_to_wcs ( const UTF8String_t st,
uint32_t *  dst,
size_t  dstlen 
)

Definition at line 162 of file UTF8String.c.

References OCTET_STRING::buf, and UTF8String__process().

Here is the call graph for this function:

Variable Documentation

◆ asn_DEF_UTF8String

asn_TYPE_descriptor_t asn_DEF_UTF8String

Definition at line 16 of file UTF8String.c.

◆ UTF8String_constraint

asn_constr_check_f UTF8String_constraint

Definition at line 19 of file UTF8String.h.

◆ UTF8String_print

asn_struct_print_f UTF8String_print

Definition at line 18 of file UTF8String.h.