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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DString.c1061 // Length tests are performed inside AsciiStrLen().
1107 ASSERT ((UINTN)(Destination - Source) > AsciiStrLen (Source));
1108 ASSERT ((UINTN)(Source - Destination) > AsciiStrLen (Source));
1167 ASSERT ((UINTN)(Destination - Source) > AsciiStrLen (Source));
1204 AsciiStrLen ( function
1247 return (AsciiStrLen (String) + 1) * sizeof (*String);
1499 AsciiStrCpy (Destination + AsciiStrLen (Destination), Source);
1555 DestinationLen = AsciiStrLen (Destination);
1972 equal or greater than ((AsciiStrLen (Source) + 1) * sizeof (CHAR16)) in bytes.
2010 ASSERT ((UINTN) ((CHAR8 *) Destination - Source) > AsciiStrLen (Sourc
[all...]

Completed in 51 milliseconds