Lines Matching +defs:current +defs:buffer
356 Reader::Location current = begin; in normalizeEOL() local
551 Location current = token.start_; in decodeNumber() local
602 String buffer(token.start_, token.end_); in decodeDouble() local
624 Location current = token.start_ + 1; // skip '"' in decodeString() local
675 bool Reader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint()
700 bool Reader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence()
764 Location current = begin_; in getLocationLineAndColumn() local
787 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1332 OurReader::Location current = begin; in normalizeEOL() local
1560 Location current = token.start_; in decodeNumber() local
1648 const String buffer(token.start_, token.end_); in decodeDouble() local
1671 Location current = token.start_ + 1; // skip '"' in decodeString() local
1722 bool OurReader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint()
1747 bool OurReader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence()
1811 Location current = begin_; in getLocationLineAndColumn() local
1834 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local