![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
constexpr char | toHexUpper (char32_t value) noexcept |
constexpr char | toHexLower (char32_t value) noexcept |
constexpr bool | isHexDigit (char32_t c) noexcept |
constexpr int | fromHex (char32_t c) noexcept |
constexpr char | toOct (char32_t value) noexcept |
constexpr bool | isOctalDigit (char32_t c) noexcept |
constexpr int | fromOct (char32_t c) noexcept |
constexpr bool | isAsciiDigit (char32_t c) noexcept |
constexpr bool | isAsciiUpper (char32_t c) noexcept |
constexpr bool | isAsciiLower (char32_t c) noexcept |
constexpr bool | isAsciiLetterOrNumber (char32_t c) noexcept |
constexpr char | toAsciiLower (char ch) noexcept |
constexpr char | toAsciiUpper (char ch) noexcept |
constexpr int | caseCompareAscii (char lhs, char rhs) noexcept |
constexpr int | isAsciiPrintable (char32_t ch) noexcept |
constexpr int | qt_lencmp (qsizetype lhs, qsizetype rhs) noexcept |
|
inlineconstexprnoexcept |
Definition at line 97 of file qtools_p.h.
References toAsciiLower().
|
inlineconstexprnoexcept |
Definition at line 44 of file qtools_p.h.
|
inlineconstexprnoexcept |
Definition at line 62 of file qtools_p.h.
References isOctalDigit().
|
inlinenodiscardconstexprnoexcept |
Definition at line 67 of file qtools_p.h.
Referenced by isAsciiLetterOrNumber().
|
inlineconstexprnoexcept |
Definition at line 82 of file qtools_p.h.
References isAsciiDigit(), isAsciiLower(), and isAsciiUpper().
|
inlineconstexprnoexcept |
Definition at line 77 of file qtools_p.h.
Referenced by isAsciiLetterOrNumber(), and toAsciiUpper().
|
inlineconstexprnoexcept |
Definition at line 104 of file qtools_p.h.
|
inlineconstexprnoexcept |
Definition at line 72 of file qtools_p.h.
Referenced by isAsciiLetterOrNumber(), and toAsciiLower().
|
inlinenodiscardconstexprnoexcept |
Definition at line 37 of file qtools_p.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 57 of file qtools_p.h.
Referenced by fromOct().
Definition at line 109 of file qtools_p.h.
|
inlineconstexprnoexcept |
Definition at line 87 of file qtools_p.h.
References isAsciiUpper().
Referenced by caseCompareAscii().
|
inlineconstexprnoexcept |
Definition at line 92 of file qtools_p.h.
References isAsciiLower().
|
inlineconstexprnoexcept |
Definition at line 32 of file qtools_p.h.
|
inlineconstexprnoexcept |
Definition at line 27 of file qtools_p.h.
|
inlineconstexprnoexcept |
Definition at line 52 of file qtools_p.h.