Searched defs:combining (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h128 /* If combining nature is indicated only by class and
129 not "combining type". */
145 } *combining; member in struct:grub_unicode_glyph
244 if (in->combining)
246 out->combining = grub_malloc (in->ncomb * sizeof (*in));
247 if (!out->combining)
252 grub_memcpy (out->combining, in->combining, in->ncomb * sizeof (*in));

Completed in 18 milliseconds