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

  /external/regex-re2/re2/
filtered_re2.h 17 // search text. Then call FirstMatch or AllMatches with a vector of
61 int FirstMatch(const StringPiece& text,
filtered_re2.cc 65 int FilteredRE2::FirstMatch(const StringPiece& text,
68 LOG(DFATAL) << "FirstMatch called before Compile";
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 477 CONST CHAR16 *FirstMatch;
493 FirstMatch = String;
502 return (CHAR16 *) FirstMatch;
509 String = FirstMatch + 1;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
String.c 459 CONST CHAR16 *FirstMatch;
485 FirstMatch = String;
495 return (CHAR16 *) FirstMatch;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.c 171 BOOLEAN FirstMatch;
173 FirstMatch = FALSE;
188 if (!FirstMatch) {
192 FirstMatch = TRUE;
    [all...]
  /external/regex-re2/re2/testing/
filtered_re2_test.cc 225 EXPECT_EQ(0, v.f.FirstMatch(text, atom_ids));

Completed in 300 milliseconds