Searched refs:combining (Results 1 - 11 of 11) 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));
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dterm.c45 .combining = 0,
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c224 .combining = 0,
410 .combining = 0,
450 code = c->combining[i].code;
481 .combining = 0,
509 .combining = 0
548 .combining = 0
581 /* Skip combining characters on non-UTF8 terminals. */
618 /* Skip combining characters on non-UTF8 terminals. */
677 grub_free (visual_ptr->combining);
838 .combining
[all...]
H A Dcharset.c22 - Mc type characters with combining class 0 (poorly combined)
23 - Mn type characters with combining class 0 (poorly combined)
24 - Me type characters with combining class 0 (poorly combined)
557 n = grub_realloc (out->combining,
564 out->combining = n;
567 if (is_type_after (out->combining[j].type, comb_type))
569 grub_memmove (out->combining + j + 1,
570 out->combining + j,
572 * sizeof (out->combining[0]));
573 out->combining
[all...]
H A Dmenu_text.c249 grub_free (glyph.combining);
272 .combining = 0,
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dfont.c105 grub_free (glyph.combining);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm223 Reorders the combining characters and the like in the canonical ordering
299 A C<MAYBE> string should contain at least one combining character
350 Returns the combining class of the character as an integer.
/osnet-11/usr/src/grub/grub2/grub-core/term/efi/
H A Dconsole.c107 str[j++] = c->combining[i].code;
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1196 if (glyph_id->combining[i].code
1199 switch (glyph_id->combining[i].type)
1316 switch (glyph_id->combining[i].code)
1335 /* Default handling. Just draw combining character on top
1415 glyph_id->combining[i].code);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm99 combining classes used in the Canonical Ordering Algorithm
220 combining bidi decomposition
H A DCollate.pm36 # A coderef to get combining class imported from Unicode::Normalize
146 # The hash key 'combining' is deleted at v 0.24.
528 # Blocked combining character should not be contracted.
1277 non-contiguous contractions with combining characters are performed.
1708 handle any combining characters),

Completed in 52 milliseconds