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

  /external/v8/src/
string-search.h 210 inline int FindFirstCharacter(Vector<const PatternChar> pattern,
249 return FindFirstCharacter(search->pattern_, subject, index);
285 i = FindFirstCharacter(pattern, subject, i);
529 i = FindFirstCharacter(pattern, subject, i);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.h 369 FindFirstCharacter(
ShellParametersProtocol.c 36 First = FindFirstCharacter(String, L" \"", L'^');
53 CloseQuote = FindFirstCharacter (First+1, L"\"", L'^');
150 for (NextDelim = FindFirstCharacter(*TempParameter, L"\"^", CHAR_NULL)
152 ; NextDelim = FindFirstCharacter(NextDelim, L"\"^", CHAR_NULL)
    [all...]
Shell.c 213 TempSpot = FindFirstCharacter(CmdLine, L"|", L'^');
236 TempSpot = FindFirstCharacter(TempSpot + 1, L"|", L'^');
    [all...]

Completed in 58 milliseconds