Home
last modified time | relevance | path

Searched refs:CompareCharsEqual (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Doption-utils.h118 if (CompareCharsEqual(str_values.at(i), in GetStringOrBooleanOption()
123 if (CompareCharsEqual(str_values.at(i), flat.ToUC16Vector().begin(), in GetStringOrBooleanOption()
H A Dstring-comparator.h59 return CompareCharsEqual(a, b, to_check); in Equals()
H A Dstring.cc1067 return CompareCharsEqual(str1, str2, len); in SlowEquals()
1126 return CompareCharsEqual(flat1.ToOneByteVector().begin(), in SlowEquals()
1129 return CompareCharsEqual(flat1.ToUC16Vector().begin(), in SlowEquals()
1132 return CompareCharsEqual(flat1.ToOneByteVector().begin(), in SlowEquals()
1135 return CompareCharsEqual(flat1.ToUC16Vector().begin(), in SlowEquals()
H A Dstring-inl.h543 return CompareCharsEqual( in IsEqualToImpl()
548 return CompareCharsEqual( in IsEqualToImpl()
553 return CompareCharsEqual( in IsEqualToImpl()
558 return CompareCharsEqual( in IsEqualToImpl()
/third_party/node/deps/v8/src/json/
H A Djson-parser.h243 CompareCharsEqual(s + 1, cursor_ + 1, N - 2))) { in ScanLiteral()
/third_party/node/deps/v8/src/runtime/
H A Druntime.cc69 return CompareCharsEqual(lhs->data_, rhs->data_, rhs->length_); in Match()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc805 !CompareCharsEqual(&subject[from], &subject[current], len)) { in RawMatch()
819 !CompareCharsEqual(&subject[from], &subject[current - len], len)) { in RawMatch()
/third_party/node/deps/v8/src/utils/
H A Dutils.h341 inline bool CompareCharsEqual(const lchar* lhs, const rchar* rhs, in CompareCharsEqual() function

Completed in 13 milliseconds