Searched refs:CalculateValue (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/strings/ |
H A D | unicode-inl.h | 19 return CalculateValue(code_point); in get() 23 bool Predicate<T, s>::CalculateValue(uchar code_point) { in CalculateValue() function in unibrow::Predicate 40 return CalculateValue(c, n, result); in get() 45 int Mapping<T, s>::CalculateValue(uchar c, uchar n, uchar* result) { in CalculateValue() function in unibrow::Mapping 186 return CalculateValue(bytes, length, cursor); in ValueOf()
|
H A D | unicode.h | 37 bool CalculateValue(uchar c); 76 int CalculateValue(uchar c, uchar n, uchar* result); 162 static uchar CalculateValue(const byte* str, size_t length, size_t* cursor);
|
H A D | unicode.cc | 194 uchar Utf8::CalculateValue(const byte* str, size_t max_length, size_t* cursor) { in CalculateValue() function in unibrow::Utf8
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 3132 unibrow::uchar c = unibrow::Utf8::CalculateValue(s, length, &cursor); in SerializeString()
|
Completed in 11 milliseconds