CfParser.decodeEscapeAt
Decodes the single escape sequence starting at i.
Parameters
s | The string containing the escape |
i | Index of the backslash |
result | Output appender for the decoded bytes |
Returns
The number of input characters consumed.
Decodes the single escape sequence starting at i.
s | The string containing the escape |
i | Index of the backslash |
result | Output appender for the decoded bytes |