V8 Project
|
#include <unicode.h>
Classes | |
struct | CacheEntry |
Public Member Functions | |
Predicate () | |
bool | get (uchar c) |
Private Member Functions | |
bool | CalculateValue (uchar c) |
Private Attributes | |
CacheEntry | entries_ [kSize] |
Static Private Attributes | |
static const int | kSize = size |
static const int | kMask = kSize - 1 |
Friends | |
class | Test |
|
inline |
|
private |
Definition at line 20 of file unicode-inl.h.
References v8::internal::Is().
|
inline |
Definition at line 14 of file unicode-inl.h.
References unibrow::Predicate< T, size >::CacheEntry::code_point_, and unibrow::Predicate< T, size >::CacheEntry::value_.
Referenced by v8::internal::UnicodeCache::IsLineTerminator().
|
friend |
|
private |
|
staticprivate |
|
staticprivate |