Home | History | Annotate | Download | only in lib_json

Lines Matching defs:in

3 // recognized in your jurisdiction.
55 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 )
61 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5 )
171 // Set error location to start of doc, ideally should be first token found in doc
447 !in( *current_, '.', 'e', 'E', '+', '-' ) )
511 return addErrorAndRecover( "Missing ',' or '}' in object declaration",
550 // Accept Comment after last item in the array.
560 return addErrorAndRecover( "Missing ',' or ']' in array declaration",
578 || in( *inspect, '.', 'e', 'E', '+' )
604 // c) it's small enough to fit in that rounding delta, we're okay.
690 return addError( "Empty escape sequence in string", token, current );
711 return addError( "Bad escape sequence in string", token, current );
759 return addError( "Bad unicode escape sequence in string: four digits expected.", token, current );
772 return addError( "Bad unicode escape sequence in string: hexadecimal digit expected.", token, current );