Lines Matching defs:character
336 // Overwrite character data with the filler below.
716 // or the 'I' character ('Infinity'). All of that have codes not greater
802 uint16_t character = stream.GetNext();
803 utf8_bytes += unibrow::Utf8::Length(character, last);
804 last = character;
819 uint16_t character = stream.GetNext();
820 if (allow_nulls == DISALLOW_NULLS && character == 0) {
821 character = ' ';
824 unibrow::Utf8::Encode(result + utf8_byte_position, character, last);
825 last = character;
963 // Include one character beyond the end of script. The rewriter uses that
1434 // Append substring between the previous and the next $ character.