safec
3.3
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
#include "unw16ifcan.h"
#include "unw16ifcmb.h"
#include "unw16ifcmp.h"
#include "unw16ifexc.h"
#include "hangul.h"
Data Structures | |
struct | UNWIF_cc |
Macros | |
#define | _UNICODE_MAX 0x10ffff |
#define | CC_SEQ_SIZE 10 |
#define | CC_SEQ_STEP 5 |
Functions | |
bool | isExclusion (uint32_t uv) |
bool | isSingleton (uint32_t uv) |
bool | isNonStDecomp (uint32_t uv) |
bool | isComp2nd (uint32_t uv) |
static int | _decomp_canonical_s (wchar_t *dest, rsize_t dmax, uint32_t cp) |
static int | _decomp_hangul_s (wchar_t *dest, rsize_t dmax, uint32_t cp) |
EXPORT int | _decomp_s (wchar_t *restrict dest, rsize_t dmax, const uint32_t cp, const bool iscompat) |
static int | _compare_cc (const void *a, const void *b) |
static uint32_t | _composite_cp (uint32_t cp, uint32_t cp2) |
static uint8_t | _combin_class (uint32_t cp) |
EXPORT errno_t | _wcsnorm_decompose_s_chk (wchar_t *restrict dest, rsize_t dmax, const wchar_t *restrict src, rsize_t *restrict lenp, const bool iscompat, const size_t destbos) |
EXPORT errno_t | _wcsnorm_reorder_s_chk (wchar_t *restrict dest, rsize_t dmax, const wchar_t *restrict src, const rsize_t len, const size_t destbos) |
EXPORT errno_t | _wcsnorm_compose_s_chk (wchar_t *restrict dest, rsize_t dmax, const wchar_t *restrict src, rsize_t *restrict lenp, const bool iscontig, const size_t destbos) |
EXPORT errno_t | _wcsnorm_s_chk (wchar_t *restrict dest, rsize_t dmax, const wchar_t *restrict src, const wcsnorm_mode_t mode, rsize_t *restrict lenp, const size_t destbos) |
#define _UNICODE_MAX 0x10ffff |
#define CC_SEQ_SIZE 10 |
#define CC_SEQ_STEP 5 |
bool isExclusion | ( | uint32_t | uv | ) |
bool isSingleton | ( | uint32_t | uv | ) |
bool isNonStDecomp | ( | uint32_t | uv | ) |
bool isComp2nd | ( | uint32_t | uv | ) |
|
static |
|
static |
EXPORT int _decomp_s | ( | wchar_t *restrict | dest, |
rsize_t | dmax, | ||
const uint32_t | cp, | ||
const bool | iscompat | ||
) |
|
static |
|
static |
|
static |
EXPORT errno_t _wcsnorm_decompose_s_chk | ( | wchar_t *restrict | dest, |
rsize_t | dmax, | ||
const wchar_t *restrict | src, | ||
rsize_t *restrict | lenp, | ||
const bool | iscompat, | ||
const size_t | destbos | ||
) |
EXPORT errno_t _wcsnorm_reorder_s_chk | ( | wchar_t *restrict | dest, |
rsize_t | dmax, | ||
const wchar_t *restrict | src, | ||
const rsize_t | len, | ||
const size_t | destbos | ||
) |
EXPORT errno_t _wcsnorm_compose_s_chk | ( | wchar_t *restrict | dest, |
rsize_t | dmax, | ||
const wchar_t *restrict | src, | ||
rsize_t *restrict | lenp, | ||
const bool | iscontig, | ||
const size_t | destbos | ||
) |