Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::Utf8Proc Member List

This is the complete list of members for duckdb::Utf8Proc, including all inherited members.

Analyze(const char *s, size_t len, UnicodeInvalidReason *invalid_reason=nullptr, size_t *invalid_pos=nullptr)duckdb::Utf8Procstatic
CodepointLength(int cp)duckdb::Utf8Procstatic
CodepointToLower(int32_t codepoint) (defined in duckdb::Utf8Proc)duckdb::Utf8Procstatic
CodepointToUpper(int32_t codepoint) (defined in duckdb::Utf8Proc)duckdb::Utf8Procstatic
CodepointToUtf8(int cp, int &sz, char *c)duckdb::Utf8Procstatic
GraphemeClusters(const char *s, size_t len)duckdb::Utf8Procstatic
GraphemeCount(const char *s, size_t len)duckdb::Utf8Procstatic
IsValid(const char *s, size_t len)duckdb::Utf8Procstatic
MakeValid(char *s, size_t len, char special_flag='?')duckdb::Utf8Procstatic
NextGraphemeCluster(const char *s, size_t len, size_t pos)duckdb::Utf8Procstatic
Normalize(const char *s, size_t len)duckdb::Utf8Procstatic
PreviousGraphemeCluster(const char *s, size_t len, size_t pos)duckdb::Utf8Procstatic
RemoveInvalid(const char *s, size_t len)duckdb::Utf8Procstatic
RenderWidth(const char *s, size_t len, size_t pos)duckdb::Utf8Procstatic
RenderWidth(const std::string &str) (defined in duckdb::Utf8Proc)duckdb::Utf8Procstatic
UTF8ToCodepoint(const char *c, int &sz)duckdb::Utf8Procstatic