Searched refs:ucs2_to_utf8 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/i386/stand/efiboot/
H A Defidelay.c43 rv = ucs2_to_utf8(errmsg, &uerrmsg);
H A Defiboot.h68 int ucs2_to_utf8(const CHAR16 *, char **);
H A Dboot.c702 rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware);
711 rv = ucs2_to_utf8(path, &upath);
795 rv = ucs2_to_utf8(path, &upath);
878 rv = ucs2_to_utf8(val, &uval);
887 rv = ucs2_to_utf8(name, &uname);
895 rv = ucs2_to_utf8(guid, &uguid);
H A Defichar.c72 ucs2_to_utf8(const CHAR16 *nm, char **name) function
/netbsd-current/sys/stand/efiboot/
H A Defiboot.h84 int ucs2_to_utf8(const CHAR16 *, char **);
H A Defichar.c72 ucs2_to_utf8(const CHAR16 *nm, char **name) function
H A Dboot.c408 rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware);
H A Defifdt.c432 int rv = ucs2_to_utf8(bpart->gpt.ent.ent_name, &label);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp2514 ucs2_to_utf8(const uint16_t* frm, const uint16_t* frm_end, const uint16_t*& frm_nxt, function
3457 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,
3544 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt,

Completed in 119 milliseconds