V8 Project
|
#include <unicode.h>
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().
|
friend |
|
private |
|
staticprivate |
|
staticprivate |