Functions
u8_mblen ()
int
u8_mblen (const uint8_t *s
);
u8_mbtouc_unsafe_aux ()
int
u8_mbtouc_unsafe_aux (ucs4_t *puc
,
const uint8_t *s
,
size_t n
);
u8_mbtouc_unsafe ()
int
u8_mbtouc_unsafe (ucs4_t *puc
,
const uint8_t *s
,
size_t n
);
u16_mbtouc_unsafe ()
int
u16_mbtouc_unsafe (ucs4_t *puc
,
const uint16_t *s
,
size_t n
);
u16_mbtouc_unsafe_aux ()
int
u16_mbtouc_unsafe_aux (ucs4_t *puc
,
const uint16_t *s
,
size_t n
);
u32_mbtouc_unsafe ()
int
u32_mbtouc_unsafe (ucs4_t *puc
,
const uint32_t *s
,
size_t n
);
u8_mbtouc ()
int
u8_mbtouc (ucs4_t *puc
,
const uint8_t *s
,
size_t n
);
u8_mbtouc_aux ()
int
u8_mbtouc_aux (ucs4_t *puc
,
const uint8_t *s
,
size_t n
);
u16_mbtouc ()
int
u16_mbtouc (ucs4_t *puc
,
const uint16_t *s
,
size_t n
);
u16_mbtouc_aux ()
int
u16_mbtouc_aux (ucs4_t *puc
,
const uint16_t *s
,
size_t n
);
u32_mbtouc ()
int
u32_mbtouc (ucs4_t *puc
,
const uint32_t *s
,
size_t n
);
u8_mbtoucr ()
int
u8_mbtoucr (ucs4_t *puc
,
const uint8_t *s
,
size_t n
);
u16_mbtoucr ()
int
u16_mbtoucr (ucs4_t *puc
,
const uint16_t *s
,
size_t n
);
u32_mbtoucr ()
int
u32_mbtoucr (ucs4_t *puc
,
const uint32_t *s
,
size_t n
);
u8_uctomb_aux ()
int
u8_uctomb_aux (uint8_t *s
,
ucs4_t uc
,
ptrdiff_t n
);
u16_uctomb_aux ()
int
u16_uctomb_aux (uint16_t *s
,
ucs4_t uc
,
ptrdiff_t n
);
u8_strmblen ()
int
u8_strmblen ();
u8_strlen ()
size_t
u8_strlen ();
u8_stpcpy ()
uint8_t *
u8_stpcpy ();
u8_strncpy ()
uint8_t *
u8_strncpy ();
u16_strncpy ()
uint16_t *
u16_strncpy ();
u32_strncpy ()
uint32_t *
u32_strncpy ();
u8_stpncpy ()
uint8_t *
u8_stpncpy ();
u16_stpncpy ()
uint16_t *
u16_stpncpy ();
u32_stpncpy ()
uint32_t *
u32_stpncpy ();
u8_strcat ()
uint8_t *
u8_strcat ();
u8_strncat ()
uint8_t *
u8_strncat ();
u16_strncat ()
uint16_t *
u16_strncat ();
u32_strncat ()
uint32_t *
u32_strncat ();
u8_strcmp_gnu ()
int
u8_strcmp_gnu (const uint8_t *s1
);