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

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c455 static grub_uint8_t *comb_types = NULL; local
458 if (!comb_types)
461 comb_types = grub_zalloc (GRUB_UNICODE_MAX_CACHED_CHAR);
462 if (comb_types)
466 comb_types[i] = cur->comb_type;
471 if (comb_types && c < GRUB_UNICODE_MAX_CACHED_CHAR)
472 return comb_types[c];

Completed in 21 milliseconds