| 3088 | return lo; |
| 3089 | |
| 3090 | if (boost::parser::detail::text::high_surrogate(lo)) { |
| 3091 | return ErrorHandler{}( |
| 3092 | "Invalid UTF-16 sequence; lone leading surrogate."); |
| 3093 | } |
| 3094 | |
| 3095 | // low surrogate |
| 3096 | if (curr() == first()) { |
no outgoing calls
no test coverage detected