Home
last modified time | relevance | path

Searched defs:ucs4 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/stand/efi/libefi/
H A Defichar.c135 uint32_t ucs4; in utf8_to_ucs2() local
/freebsd-12.1/sys/libkern/
H A Diconv_ucs.c417 uint32_t ucs4 = 0; in utf8_to_ucs4() local
484 ucs4_to_utf8(uint32_t ucs4, char *dst, size_t *utf8width, size_t dstlen) in ucs4_to_utf8()