Home
last modified time | relevance | path

Searched refs:CalculateValue (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dunicode-inl.h17 return CalculateValue(code_point); in get()
20 template <class T, int s> bool Predicate<T, s>::CalculateValue( in CalculateValue() function
38 return CalculateValue(c, n, result); in get()
42 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n, in CalculateValue() function
122 return CalculateValue(bytes, length, cursor); in ValueOf()
Dunicode.h36 bool CalculateValue(uchar c);
75 int CalculateValue(uchar c, uchar n, uchar* result);
143 static uchar CalculateValue(const byte* str, size_t length, size_t* cursor);
Dunicode.cc198 uchar Utf8::CalculateValue(const byte* str, size_t max_length, size_t* cursor) { in CalculateValue() function in unibrow::Utf8
/external/v8/src/profiler/
Dheap-snapshot-generator.cc3067 unibrow::uchar c = unibrow::Utf8::CalculateValue(s, length, &cursor); in SerializeString()