Lines Matching defs:in
3 // recognized in your jurisdiction.
52 static inline bool in(Reader::Char c,
60 static inline bool in(Reader::Char c,
138 // in doc
388 !in(*current_, '.', 'e', 'E', '+', '-'))
449 "Missing ',' or '}' in object declaration", comma, tokenObjectEnd);
481 // Accept Comment after last item in the array.
490 "Missing ',' or ']' in array declaration", token, tokenArrayEnd);
511 isDouble = isDouble || in(*inspect, '.', 'e', 'E', '+') ||
538 // c) it's small enough to fit in that rounding delta, we're okay.
622 return addError("Empty escape sequence in string", token, current);
656 return addError("Bad escape sequence in string", token, current);
700 "Bad unicode escape sequence in string: four digits expected.",
715 "Bad unicode escape sequence in string: hexadecimal digit expected.",