Load line and column information for byteOffset in input.
Synopsis
Description
Same as the related overload above for getLineAndColumnNumber.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
lineNumber |
receives the 1‐based line number of |
utf8Column |
receives the UTF‐8 column within the line |
startOfLineByteOffset |
receives the byte offset of the line start |
input |
stream buffer containing UTF‐8 text |
byteOffset |
byte offset whose line and column are requested |
lineDelimeter |
character used to delimit lines |
Created with MrDocs