This is the complete list of members for Burger::UTF8, including all inherited members.
| ByteOrderMark | Burger::UTF8 | static |
| from_UTF16(char *pOutput, uint16_t uInput) noexcept | Burger::UTF8 | static |
| from_UTF16(char *pOutput, uintptr_t uOutputSize, const uint16_t *pInput) noexcept | Burger::UTF8 | static |
| from_UTF16(char *pOutput, uintptr_t uOutputSize, const uint16_t *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| from_UTF16(const uint16_t *pInput) noexcept | Burger::UTF8 | static |
| from_UTF32(char *pOutput, uint32_t uInput) noexcept | Burger::UTF8 | static |
| from_UTF32(char *pOutput, uintptr_t uOutputSize, const uint32_t *pInput) noexcept | Burger::UTF8 | static |
| from_UTF32(char *pOutput, uintptr_t uOutputSize, const uint32_t *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| from_UTF32(const uint32_t *pInput) noexcept | Burger::UTF8 | static |
| FromGeneric(char *pOutput, const uint8_t pTranslateTable[128][4], uint_t uInput) noexcept | Burger::UTF8 | static |
| FromGeneric(char *pOutput, uintptr_t uOutputSize, const uint8_t pTranslateTable[128][4], const char *pInput) noexcept | Burger::UTF8 | static |
| FromGeneric(char *pOutput, uintptr_t uOutputSize, const uint8_t pTranslateTable[128][4], const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| FromISOLatin1(char *pOutput, uint_t uInput) noexcept | Burger::UTF8 | static |
| FromISOLatin1(char *pOutput, uintptr_t uOutputSize, const char *pInput) noexcept | Burger::UTF8 | static |
| FromISOLatin1(char *pOutput, uintptr_t uOutputSize, const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| FromMacRomanUS(char *pOutput, uint_t uInput) noexcept | Burger::UTF8 | static |
| FromMacRomanUS(char *pOutput, uintptr_t uOutputSize, const char *pInput) noexcept | Burger::UTF8 | static |
| FromMacRomanUS(char *pOutput, uintptr_t uOutputSize, const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| FromWin1252(char *pOutput, uint_t uInput) noexcept | Burger::UTF8 | static |
| FromWin1252(char *pOutput, uintptr_t uOutputSize, const char *pInput) noexcept | Burger::UTF8 | static |
| FromWin1252(char *pOutput, uintptr_t uOutputSize, const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| FromWin437(char *pOutput, uint_t uInput) noexcept | Burger::UTF8 | static |
| FromWin437(char *pOutput, uintptr_t uOutputSize, const char *pInput) noexcept | Burger::UTF8 | static |
| FromWin437(char *pOutput, uintptr_t uOutputSize, const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| get_token_size(const char *pInput) noexcept | Burger::UTF8 | static |
| GetGenericSize(const uint8_t pTranslateTable[128][4], uint_t uInput) noexcept | Burger::UTF8 | static |
| GetGenericSize(const uint8_t pTranslateTable[128][4], const char *pInput) noexcept | Burger::UTF8 | static |
| GetGenericSize(const uint8_t pTranslateTable[128][4], const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| GetISOLatin1Size(uint_t uInput) noexcept | Burger::UTF8 | static |
| GetISOLatin1Size(const char *pInput) noexcept | Burger::UTF8 | static |
| GetISOLatin1Size(const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| GetMacRomanUSSize(uint_t uInput) noexcept | Burger::UTF8 | static |
| GetMacRomanUSSize(const char *pInput) noexcept | Burger::UTF8 | static |
| GetMacRomanUSSize(const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| GetUTF16Size(uint_t uInput) noexcept | Burger::UTF8 | static |
| GetUTF16Size(const uint16_t *pInput) noexcept | Burger::UTF8 | static |
| GetUTF16Size(const uint16_t *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| GetUTF32Size(uint32_t uInput) noexcept | Burger::UTF8 | static |
| GetUTF32Size(const uint32_t *pInput) noexcept | Burger::UTF8 | static |
| GetUTF32Size(const uint32_t *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| GetWin1252Size(uint_t uInput) noexcept | Burger::UTF8 | static |
| GetWin1252Size(const char *pInput) noexcept | Burger::UTF8 | static |
| GetWin1252Size(const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| GetWin437Size(uint_t uInput) noexcept | Burger::UTF8 | static |
| GetWin437Size(const char *pInput) noexcept | Burger::UTF8 | static |
| GetWin437Size(const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| is_valid(const char *pInput) noexcept | Burger::UTF8 | static |
| is_valid(const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| is_valid_single(const char *pInput) noexcept | Burger::UTF8 | static |
| kInvalid | Burger::UTF8 | static |
| next_token(const char *pInput) noexcept | Burger::UTF8 | static |
| ToGeneric(const char *pInput, const uint8_t pTranslateTable[128][4]) noexcept | Burger::UTF8 | static |
| ToGeneric(char *pOutput, uintptr_t uOutputSize, const uint8_t pTranslateTable[128][4], const char *pInput) noexcept | Burger::UTF8 | static |
| ToGeneric(char *pOutput, uintptr_t uOutputSize, const uint8_t pTranslateTable[128][4], const char *pInput, uintptr_t uInputSize) noexcept | Burger::UTF8 | static |
| TokenSizeTable | Burger::UTF8 | static |