v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <string-search.h>
Public Member Functions | |
StringSearch (Isolate *isolate, Vector< const PatternChar > pattern) | |
int | Search (Vector< const SubjectChar > subject, int index) |
Static Public Member Functions | |
static int | AlphabetSize () |
Definition at line 77 of file string-search.h.
|
inline |
Definition at line 79 of file string-search.h.
References StringSearchBase::IsAsciiString(), StringSearchBase::kBMMinPatternLength, Vector< T >::length(), and v8::internal::Max().
|
inlinestatic |
Definition at line 105 of file string-search.h.
References ASSERT, StringSearchBase::kAsciiAlphabetSize, and StringSearchBase::kUC16AlphabetSize.
|
inline |
Definition at line 101 of file string-search.h.
Referenced by v8::internal::FindStringIndices(), and v8::internal::SearchString().