Searched defs:FatSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.c390 @param FatSize The size of the string Fat in bytes.
394 be preallocated to hold FatSize characters.
401 IN UINTN FatSize,
409 while ((*Fat != 0) && (FatSize != 0)) {
413 FatSize -= 1;
426 be preallocated to hold FatSize characters.
427 @param FatSize The size of the string Fat in bytes.
440 IN UINTN FatSize,
447 while ((*String != 0) && (FatSize != 0)) {
464 FatSize
399 EngFatToStr( IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN UINTN FatSize, IN CHAR8 *Fat, OUT CHAR16 *String ) argument
437 EngStrToFat( IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN CHAR16 *String, IN UINTN FatSize, OUT CHAR8 *Fat ) argument
[all...]

Completed in 32 milliseconds