Lines Matching refs:base
7 #include "src/base/platform/yield-processor.h"
378 base::ScopedVector<base::uc16> smart_chars(this->length());
399 base::SharedMutexGuard<base::kExclusive> shared_mutex_guard(
458 base::ScopedVector<uint16_t> smart_chars(this->length());
462 base::ScopedVector<char> smart_chars(this->length());
483 base::SharedMutexGuard<base::kExclusive> shared_mutex_guard(
950 base::Vector<const SourceChar> src,
1178 base::Vector<const uint8_t> x_chars = x_content.ToOneByteVector();
1180 base::Vector<const uint8_t> y_chars = y_content.ToOneByteVector();
1183 base::Vector<const base::uc16> y_chars = y_content.ToUC16Vector();
1187 base::Vector<const base::uc16> x_chars = x_content.ToUC16Vector();
1189 base::Vector<const uint8_t> y_chars = y_content.ToOneByteVector();
1192 base::Vector<const base::uc16> y_chars = y_content.ToUC16Vector();
1243 base::Vector<T> pat_vector, int start_index) {
1275 base::Vector<const uint8_t> pat_vector = search_content.ToOneByteVector();
1279 base::Vector<const base::uc16> pat_vector = search_content.ToUC16Vector();
1280 return SearchString<const base::uc16>(isolate, receiver_content, pat_vector,
1447 int StringMatchBackwards(base::Vector<const schar> subject,
1448 base::Vector<const pchar> pattern, int idx) {
1455 base::uc16 c = pattern[i];
1531 base::Vector<const uint8_t> pat_vector = search_content.ToOneByteVector();
1540 base::Vector<const base::uc16> pat_vector = search_content.ToUC16Vector();
1552 bool String::HasOneBytePrefix(base::Vector<const char> str) {
1562 bool IsIdentifierVector(const base::Vector<Char>& vec) {
1761 int data_size = SeqString::kHeaderSize + length() * base::kUC16Size;