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

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c375 static grub_uint8_t *bidi_types = NULL; variable
383 bidi_types = grub_zalloc (GRUB_UNICODE_MAX_CACHED_CHAR);
384 if (!bidi_types)
393 bidi_types[i] = cur->bidi_type | 0x80;
395 bidi_types[i] = cur->bidi_type | 0x00;
403 if (!bidi_types)
406 if (bidi_types && c < GRUB_UNICODE_MAX_CACHED_CHAR)
407 return bidi_types[c] & 0x7f;
439 if (!bidi_types)
442 if (bidi_types
[all...]

Completed in 21 milliseconds