Home
last modified time | relevance | path

Searched refs:codepage (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_unicode_collation.c23 static const u16 codepage[] = CP1250; variable
26 static const u16 *codepage = codepage_437; variable
260 c = codepage[i - 0x80]; in efi_fat_to_str()
303 if (utf_to_cp(&c, codepage) || in efi_str_to_fat()
A DKconfig252 set, only the the correct handling of the letters of the codepage
/u-boot/include/
A Dcharset.h287 int utf_to_cp(s32 *c, const u16 *codepage);
/u-boot/lib/
A Dcharset.c484 int utf_to_cp(s32 *c, const u16 *codepage) in utf_to_cp() argument
491 if (*c == codepage[j]) { in utf_to_cp()

Completed in 7 milliseconds