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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DString.c213 Null-terminated Unicode string SecondString. If FirstString is identical to
214 SecondString, then 0 is returned. Otherwise, the value returned is the first
215 mismatched Unicode character in SecondString subtracted from the first
220 If SecondString is NULL, then ASSERT().
221 If SecondString is not aligned on a 16-bit boundary, then ASSERT().
225 If PcdMaximumUnicodeStringLength is not zero, and SecondString contains more
230 @param SecondString A pointer to a Null-terminated Unicode string.
232 @retval 0 FirstString is identical to SecondString.
233 @return others FirstString is not identical to SecondString.
240 IN CONST CHAR16 *SecondString
290 StrnCmp( IN CONST CHAR16 *FirstString, IN CONST CHAR16 *SecondString, IN UINTN Length ) argument
1435 AsciiStrnCmp( IN CONST CHAR8 *FirstString, IN CONST CHAR8 *SecondString, IN UINTN Length ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c2017 in SecondString. If the two substrings match, then TRUE is returned. If the
2021 If SecondString is NULL, then ASSERT().
2026 @param SecondString Pointer to the second Null-terminated Unicode string.
2033 @retval FALSE StartSearchString is not present in SecondString.
2035 @retval FALSE StopSearchString is not present in SecondString.
2037 same length as the substring in SecondString.
2039 value string in SecondString.
2041 string in SecondString.
2048 IN CHAR16 *SecondString,
2057 ASSERT (SecondString !
2046 InternalHiiCompareSubString( IN CHAR16 *FirstString, IN CHAR16 *SecondString, IN CHAR16 *StartSearchString, IN CHAR16 *StopSearchString ) argument
[all...]

Completed in 48 milliseconds