Lines Matching defs:next
484 // We track the index to be printed next for better readability.
951 // There is a next character.
952 SrcChar next = src[i + 1];
953 if (base::IsInRange(next, static_cast<SrcChar>(0xDC00),
955 // The next character is a trailing surrogate, meaning this is a
958 dest->Append(next);
961 // The next character is not a trailing surrogate. Thus, the
969 // There is no next character. Thus, the current character is a lone
1017 // There is a next character.
1018 SrcChar next = reader.Get<SrcChar>(i + 1);
1019 if (base::IsInRange(next, static_cast<SrcChar>(0xDC00),
1021 // The next character is a trailing surrogate, meaning this is a
1024 builder_.Append<SrcChar, DestChar>(next);
1027 // The next character is not a trailing surrogate. Thus, the
1035 // There is no next character. Thus, the current character is a