Searched refs:grub_ucs4_to_utf8_alloc (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcharset.h172 char *grub_ucs4_to_utf8_alloc (const grub_uint32_t *src, grub_size_t size);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c436 bufu8 = grub_ucs4_to_utf8_alloc (buf, lpos);
644 ret = grub_ucs4_to_utf8_alloc (buf + lpos, llen - lpos + 1);
H A Dcharset.c231 grub_ucs4_to_utf8_alloc (const grub_uint32_t *src, grub_size_t size) function

Completed in 52 milliseconds