[#BloombergLP-bdlde-Utf8Util-numCodePointsRaw-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8Util.adoc[Utf8Util]::numCodePointsRaw :relfileprefix: ../../../ :mrdocs: Return the number of Unicode code points in the specified `string`. `string` need not be null‐terminated and can contain embedded null bytes. The behavior is undefined unless `string` contains valid UTF‐8. == Synopsis Declared in `<bdlde_utf8util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlde/Utf8Util/IntPtr.adoc[Utf8Util::IntPtr] numCodePointsRaw(std::string_view const& string); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#