|
V8 Project
|
#include <unicode.h>
Inheritance diagram for unibrow::Predicate< T, size >:
Collaboration diagram for unibrow::Predicate< T, size >: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().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:
|
friend |
|
private |
|
staticprivate |
|
staticprivate |