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
792 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1346 OurReader::Location current = begin; in normalizeEOL() local
1574 Location current = token.start_; in decodeNumber() local
1666 const String buffer(token.start_, token.end_); in decodeDouble() local
1689 Location current = token.start_ + 1; // skip '"' in decodeString() local
1740 bool OurReader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint()
1765 bool OurReader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence()
1829 Location current = begin_; in getLocationLineAndColumn() local
1852 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local