ΒΆinline unsigned int getCodePointNumBytes(
    char FirstChar,
    clang::format::encoding::Encoding Encoding)

Description

Gets the number of bytes in a sequence representing a single codepoint and starting with FirstChar in the specified Encoding.

Declared at: clang/lib/Format/Encoding.h:78

Parameters

char FirstChar
clang::format::encoding::Encoding Encoding