Lines Matching defs:const
226 Callback update_representation, const DisallowGarbageCollection& no_gc) {
559 const char* String::PrefixForDebugPrint() const {
589 const char* String::SuffixForDebugPrint() const {
601 const int len = length();
667 bool AreDigits(const uint8_t* s, int from, int to) {
675 int ParseDecimalInteger(const uint8_t* s, int from, int to) {
706 uint8_t const* data =
749 const DisallowGarbageCollection& no_gc,
750 const SharedStringAccessGuardIfNeeded& access_guard) {
849 const SharedStringAccessGuardIfNeeded& access_guard) {
950 base::Vector<const SourceChar> src,
952 const int src_len = src.length();
1008 bool String::SlowEquals(String other) const {
1015 String other, const SharedStringAccessGuardIfNeeded& access_guard) const {
1063 const uint8_t* str1 =
1065 const uint8_t* str2 =
1078 const int one_length = one->length();
1154 int const d = x->Get(0) - y->Get(0);
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();
1275 base::Vector<const uint8_t> pat_vector = search_content.ToOneByteVector();
1276 return SearchString<const uint8_t>(isolate, receiver_content, pat_vector,
1279 base::Vector<const base::uc16> pat_vector = search_content.ToUC16Vector();
1280 return SearchString<const base::uc16>(isolate, receiver_content, pat_vector,
1291 const int replacement_length = replacement->length();
1292 const int captures_length = match->CaptureCount();
1311 const int peek_ix = next_dollar_ix + 1;
1318 const uint16_t peek = replacement->Get(peek_ix);
1351 const uint16_t next_peek = replacement->Get(peek_ix + 1);
1353 const int new_scaled_index = scaled_index * 10 + (next_peek - '0');
1387 const int closing_bracket_ix =
1447 int StringMatchBackwards(base::Vector<const schar> subject,
1448 base::Vector<const pchar> pattern, int idx) {
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) {
1593 const SharedStringAccessGuardIfNeeded& access_guard) {
1601 const Char* chars;
1624 const SharedStringAccessGuardIfNeeded& access_guard) {
1768 const SharedStringAccessGuardIfNeeded& access_guard) const {
1799 const SharedStringAccessGuardIfNeeded& access_guard) const {
1805 const SharedStringAccessGuardIfNeeded& access_guard) const {
1809 int ExternalString::ExternalPayloadSize() const {
1870 const int consumed = consumed_;
1969 const byte* String::AddressOfCharacterAt(
1970 int start_index, const DisallowGarbageCollection& no_gc) {
1991 return reinterpret_cast<const byte*>(
1994 return reinterpret_cast<const byte*>(
1997 return reinterpret_cast<const byte*>(
2001 return reinterpret_cast<const byte*>(
2015 const SharedStringAccessGuardIfNeeded&);
2018 const SharedStringAccessGuardIfNeeded&);