Searched refs:unicode_msg (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmain.c218 grub_uint32_t *unicode_msg; local
228 &unicode_msg, &last_position);
236 posx = grub_getstringwidth (unicode_msg, last_position, term);
240 grub_print_ucs4 (unicode_msg, last_position, 0, 0, term);
243 grub_free (unicode_msg);
H A Dmenu_text.c70 grub_uint32_t *unicode_msg; local
76 msg_len = grub_utf8_to_ucs4_alloc (msg, &unicode_msg, &last_position);
84 ret = grub_ucs4_count_lines (unicode_msg, last_position, margin_left,
87 grub_print_ucs4 (unicode_msg, last_position, margin_left,
90 grub_free (unicode_msg);
H A Dcharset.c292 grub_utf8_to_ucs4_alloc (const char *msg, grub_uint32_t **unicode_msg, argument
297 *unicode_msg = grub_malloc (msg_len * sizeof (grub_uint32_t));
299 if (!*unicode_msg)
302 msg_len = grub_utf8_to_ucs4 (*unicode_msg, msg_len,
306 *last_position = *unicode_msg + msg_len;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcharset.h177 int grub_utf8_to_ucs4_alloc (const char *msg, grub_uint32_t **unicode_msg,

Completed in 19 milliseconds