Lines Matching refs:Item
35 @param[in] Item the item to insert. 43 IN CONST CHAR16 *Item 54 if (Item == NULL || *Item == CHAR_NULL || StrLen(Item)==0) { 60 SizeOfAddedNameInBytes = StrSize(Item); 77 (CHAR16 *)Item 80 // The new item goes before this one. 97 StrCpyS(LexicalSpot, SizeOfAddedNameInBytes/sizeof(CHAR16), Item);