Lines Matching +defs:current +defs:buffer
361 Reader::Location current = begin; in normalizeEOL() local
556 Location current = token.start_; in decodeNumber() local
607 String buffer(token.start_, token.end_); in decodeDouble() local
629 Location current = token.start_ + 1; // skip '"' in decodeString() local
680 bool Reader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint()
705 bool Reader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence()
769 Location current = begin_; in getLocationLineAndColumn() local
796 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1350 OurReader::Location current = begin; in normalizeEOL() local
1578 Location current = token.start_; in decodeNumber() local
1670 const String buffer(token.start_, token.end_); in decodeDouble() local
1699 Location current = token.start_ + 1; // skip '"' in decodeString() local
1750 bool OurReader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint()
1775 bool OurReader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence()
1839 Location current = begin_; in getLocationLineAndColumn() local
1866 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local