![]() |
TrinityCore
|
Namespaces | |
| internal | |
| unchecked | |
Classes | |
| class | exception |
| class | invalid_code_point |
| class | invalid_utf16 |
| class | invalid_utf8 |
| class | iterator |
| class | not_enough_room |
Typedefs | |
| typedef unsigned char | uint8_t |
| typedef unsigned short | uint16_t |
| typedef unsigned int | uint32_t |
Functions | |
| template<typename octet_iterator > | |
| octet_iterator | append (uint32_t cp, octet_iterator result) |
| The library API - functions intended to be called by the users. More... | |
| template<typename octet_iterator , typename output_iterator > | |
| output_iterator | replace_invalid (octet_iterator start, octet_iterator end, output_iterator out, uint32_t replacement) |
| template<typename octet_iterator , typename output_iterator > | |
| output_iterator | replace_invalid (octet_iterator start, octet_iterator end, output_iterator out) |
| template<typename octet_iterator > | |
| uint32_t | next (octet_iterator &it, octet_iterator end) |
| template<typename octet_iterator > | |
| uint32_t | peek_next (octet_iterator it, octet_iterator end) |
| template<typename octet_iterator > | |
| uint32_t | prior (octet_iterator &it, octet_iterator start) |
| template<typename octet_iterator > | |
| uint32_t | previous (octet_iterator &it, octet_iterator pass_start) |
| Deprecated in versions that include "prior". More... | |
| template<typename octet_iterator , typename distance_type > | |
| void | advance (octet_iterator &it, distance_type n, octet_iterator end) |
| template<typename octet_iterator > | |
| std::iterator_traits < octet_iterator > ::difference_type | distance (octet_iterator first, octet_iterator last) |
| template<typename u16bit_iterator , typename octet_iterator > | |
| octet_iterator | utf16to8 (u16bit_iterator start, u16bit_iterator end, octet_iterator result) |
| template<typename u16bit_iterator , typename octet_iterator > | |
| u16bit_iterator | utf8to16 (octet_iterator start, octet_iterator end, u16bit_iterator result) |
| template<typename octet_iterator , typename u32bit_iterator > | |
| octet_iterator | utf32to8 (u32bit_iterator start, u32bit_iterator end, octet_iterator result) |
| template<typename octet_iterator , typename u32bit_iterator > | |
| u32bit_iterator | utf8to32 (octet_iterator start, octet_iterator end, u32bit_iterator result) |
| template<typename octet_iterator > | |
| octet_iterator | find_invalid (octet_iterator start, octet_iterator end) |
| template<typename octet_iterator > | |
| bool | is_valid (octet_iterator start, octet_iterator end) |
| template<typename octet_iterator > | |
| bool | starts_with_bom (octet_iterator it, octet_iterator end) |
| template<typename octet_iterator > | |
| bool | is_bom (octet_iterator it) |
Variables | |
| const uint8_t | bom [] = {0xef, 0xbb, 0xbf} |
| The library API - functions intended to be called by the users. More... | |
| typedef unsigned short utf8::uint16_t |
| typedef unsigned int utf8::uint32_t |
| typedef unsigned char utf8::uint8_t |
| void utf8::advance | ( | octet_iterator & | it, |
| distance_type | n, | ||
| octet_iterator | end | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| octet_iterator utf8::append | ( | uint32_t | cp, |
| octet_iterator | result | ||
| ) |
The library API - functions intended to be called by the users.
Here is the call graph for this function:
Here is the caller graph for this function:| std::iterator_traits<octet_iterator>::difference_type utf8::distance | ( | octet_iterator | first, |
| octet_iterator | last | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| octet_iterator utf8::find_invalid | ( | octet_iterator | start, |
| octet_iterator | end | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
|
inline |
Here is the call graph for this function:| uint32_t utf8::next | ( | octet_iterator & | it, |
| octet_iterator | end | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t utf8::peek_next | ( | octet_iterator | it, |
| octet_iterator | end | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t utf8::previous | ( | octet_iterator & | it, |
| octet_iterator | pass_start | ||
| ) |
Deprecated in versions that include "prior".
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t utf8::prior | ( | octet_iterator & | it, |
| octet_iterator | start | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| output_iterator utf8::replace_invalid | ( | octet_iterator | start, |
| octet_iterator | end, | ||
| output_iterator | out, | ||
| uint32_t | replacement | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
|
inline |
Here is the call graph for this function:| octet_iterator utf8::utf16to8 | ( | u16bit_iterator | start, |
| u16bit_iterator | end, | ||
| octet_iterator | result | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| octet_iterator utf8::utf32to8 | ( | u32bit_iterator | start, |
| u32bit_iterator | end, | ||
| octet_iterator | result | ||
| ) |
Here is the call graph for this function:| u16bit_iterator utf8::utf8to16 | ( | octet_iterator | start, |
| octet_iterator | end, | ||
| u16bit_iterator | result | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32bit_iterator utf8::utf8to32 | ( | octet_iterator | start, |
| octet_iterator | end, | ||
| u32bit_iterator | result | ||
| ) |
Here is the call graph for this function:
1.8.8