Searched refs:codepage (Results 1 – 4 of 4) sorted by relevance
23 static const u16 codepage[] = CP1250; variable26 static const u16 *codepage = codepage_437; variable260 c = codepage[i - 0x80]; in efi_fat_to_str()303 if (utf_to_cp(&c, codepage) || in efi_str_to_fat()
252 set, only the the correct handling of the letters of the codepage
287 int utf_to_cp(s32 *c, const u16 *codepage);
484 int utf_to_cp(s32 *c, const u16 *codepage) in utf_to_cp() argument491 if (*c == codepage[j]) { in utf_to_cp()
Completed in 7 milliseconds