Searched refs:LexicalMatchValue (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c48 INTN LexicalMatchValue; local
75 LexicalMatchValue = gUnicodeCollation->StriColl (
83 if (LexicalMatchValue > 0 || StrLen(LexicalSpot) == 0) {
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c493 INTN LexicalMatchValue; local
500 LexicalMatchValue = 0;
569 LexicalMatchValue = gUnicodeCollation->StriColl (
579 if (LexicalMatchValue > 0){
581 } else if (LexicalMatchValue < 0) {
777 INTN LexicalMatchValue; local
807 LexicalMatchValue = gUnicodeCollation->StriColl (
817 if (LexicalMatchValue > 0) {
819 } else if (LexicalMatchValue < 0) {

Completed in 54 milliseconds