[#BloombergLP-bdlde-Utf8Util-getLineAndColumnNumber-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8Util.adoc[Utf8Util]::getLineAndColumnNumber :relfileprefix: ../../../ :mrdocs: Load line and column information for `byteOffset` in `input`. == Synopsis Declared in `<bdlde_utf8util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getLineAndColumnNumber( xref:BloombergLP/bdlde/Utf8Util/Uint64.adoc[Uint64]* lineNumber, xref:BloombergLP/bdlde/Utf8Util/Uint64.adoc[Uint64]* utf8Column, xref:BloombergLP/bdlde/Utf8Util/Uint64.adoc[Uint64]* startOfLineByteOffset, std::streambuf* input, xref:BloombergLP/bdlde/Utf8Util/Uint64.adoc[Uint64] byteOffset, char lineDelimeter); ---- == Description Same as the related overload above for `getLineAndColumnNumber`. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lineNumber* | receives the 1‐based line number of `byteOffset` | *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 |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#