HomeSort by relevance Sort by last modified time
    Searched refs:SearchString (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Rm.c 207 CHAR16 *SearchString;
232 SearchString = NULL;
237 SearchString = StrnCatGrow(&SearchString, &Size, Node->FullName, 0);
238 if (!EFI_ERROR(ShellIsDirectory(SearchString))) {
239 SearchString = StrnCatGrow(&SearchString, &Size, L"\\", 0);
240 SearchString = StrnCatGrow(&SearchString, &Size, L"*", 0);
243 if (Pattern == NULL || SearchString == NULL) {
    [all...]
Ls.c 334 @param[in] SearchString String with search string.
348 IN CONST CHAR16 *SearchString,
389 CorrectedPath = StrnCatGrow(&CorrectedPath, &LongestPath, SearchString, 0);
496 SearchString,
558 CHAR16 *SearchString;
567 SearchString = NULL;
668 ASSERT(SearchString == NULL);
670 StrnCatGrow(&SearchString, NULL, L"*", 0);
705 StrnCatGrow(&SearchString, NULL, L"*", 0);
710 for (StrnCatGrow(&SearchString, NULL, PathName, 0)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
String.c 431 specified by String and returns the first occurrence of SearchString.
432 If SearchString is not found in String, then NULL is returned. If
433 the length of SearchString is zero, then String is
438 If SearchString is NULL, then ASSERT().
439 If SearchString is not aligned on a 16-bit boundary, then ASSERT().
441 If PcdMaximumUnicodeStringLength is not zero, and SearchString
446 @param SearchString Pointer to a Null-terminated Unicode string to search for.
448 @retval NULL If the SearchString does not appear in String.
456 IN CONST CHAR16 *SearchString
464 ASSERT (SearchString != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 449 specified by String and returns the first occurrence of SearchString.
450 If SearchString is not found in String, then NULL is returned. If
451 the length of SearchString is zero, then String is
456 If SearchString is NULL, then ASSERT().
457 If SearchString is not aligned on a 16-bit boundary, then ASSERT().
459 If PcdMaximumUnicodeStringLength is not zero, and SearchString
464 @param SearchString A pointer to a Null-terminated Unicode string to search for.
466 @retval NULL If the SearchString does not appear in String.
474 IN CONST CHAR16 *SearchString
485 ASSERT (StrSize (SearchString) != 0);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 556 ## SearchString
567 def SearchString(UniObjectClass, FileList, IsCompatibleMode):
606 Uni = SearchString(Uni, sorted (FileList), IsCompatibleMode)
  /external/v8/src/
string-search.h 558 int SearchString(Isolate* isolate,
objects.cc     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 470 specified by String and returns the first occurrence of SearchString.
471 If SearchString is not found in String, then NULL is returned. If
472 the length of SearchString is zero, then String is
477 If SearchString is NULL, then ASSERT().
478 If SearchString is not aligned on a 16-bit boundary, then ASSERT().
480 If PcdMaximumUnicodeStringLength is not zero, and SearchString
485 @param SearchString Pointer to a Null-terminated Unicode string to search for.
487 @retval NULL If the SearchString does not appear in String.
495 IN CONST CHAR16 *SearchString
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 796 specified by String and returns the first occurrence of SearchString.
797 If SearchString is not found in String, then NULL is returned. If
798 the length of SearchString is zero, then String is returned.
802 If SearchString is NULL, then ASSERT().
803 If SearchString is not aligned on a 16-bit boundary, then ASSERT().
805 If PcdMaximumUnicodeStringLength is not zero, and SearchString
810 @param SearchString The pointer to a Null-terminated Unicode string to search for.
812 @retval NULL If the SearchString does not appear in String.
820 IN CONST CHAR16 *SearchString
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 263 ? SearchString(isolate, subject_content.ToOneByteVector(),
265 : SearchString(isolate, subject_content.ToUC16Vector(),
268 ? SearchString(isolate, subject_content.ToOneByteVector(),
270 : SearchString(isolate, subject_content.ToUC16Vector(),
    [all...]

Completed in 463 milliseconds