|
V8 Project
|
#include <unicode.h>
Inheritance diagram for unibrow::Mapping< T, size >:
Collaboration diagram for unibrow::Mapping< T, size >:Classes | |
| struct | CacheEntry |
Public Member Functions | |
| Mapping () | |
| int | get (uchar c, uchar n, uchar *result) |
Private Member Functions | |
| int | CalculateValue (uchar c, uchar n, uchar *result) |
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 42 of file unicode-inl.h.
|
inline |
Definition at line 27 of file unicode-inl.h.
Referenced by v8::internal::CharacterRange::AddCaseEquivalents(), v8::internal::BackRefMatchesNoCase(), v8::internal::NativeRegExpMacroAssembler::CaseInsensitiveCompareUC16(), v8::internal::ConvertCaseHelper(), and v8::internal::GetCaseIndependentLetters().
Here is the caller graph for this function:
|
friend |
|
private |
|
staticprivate |
|
staticprivate |