Searched refs:Source2 (Results 1 – 3 of 3) sorted by relevance
693 IN UINT8 *Source2, in StringCmp() argument702 if (Source1[Index] == Source2[Index]) { in StringCmp()707 …Dif = (UINT8) ((Source1[Index] > Source2[Index]) ? (Source1[Index] - Source2[Index]) : (Source2[In… in StringCmp()
296 IN UINT8 *Source2,
328 IN CONST CHAR16 *Source2 in AddStr() argument335 ASSERT (Source2 != NULL); in AddStr()338 StrLength = StrSize (Source2); in AddStr()341 StrLength += StrSize (Source2) - 2; in AddStr()348 StrCpyS (TmpStr, StrLength / sizeof (CHAR16), Source2); in AddStr()352 StrCatS (TmpStr, StrLength / sizeof (CHAR16),Source2); in AddStr()