#include <string-search.h>
Definition at line 22 of file string-search.h.
◆ IsOneByteString() [1/2]
◆ IsOneByteString() [2/2]
static bool v8::internal::StringSearchBase::IsOneByteString |
( |
base::Vector< const uint8_t > | string | ) |
|
|
inlinestaticprotected |
◆ Isolate
◆ kBMMaxShift
const int v8::internal::StringSearchBase::kBMMaxShift = Isolate::kBMMaxShift |
|
staticprotected |
◆ kBMMinPatternLength
const int v8::internal::StringSearchBase::kBMMinPatternLength = 7 |
|
staticprotected |
◆ kLatin1AlphabetSize
const int v8::internal::StringSearchBase::kLatin1AlphabetSize = 256 |
|
staticprotected |
◆ kUC16AlphabetSize
const int v8::internal::StringSearchBase::kUC16AlphabetSize = Isolate::kUC16AlphabetSize |
|
staticprotected |
The documentation for this class was generated from the following file: