ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Static Public Member Functions | |
static Traits::value_type | decode_utf8_block (const uint8_t *data, size_t size, typename Traits::value_type result) |
static Traits::value_type | decode_utf16_block (const uint16_t *data, size_t size, typename Traits::value_type result) |
static Traits::value_type | decode_utf32_block (const uint32_t *data, size_t size, typename Traits::value_type result) |
static Traits::value_type | decode_latin1_block (const uint8_t *data, size_t size, typename Traits::value_type result) |
static Traits::value_type | decode_wchar_block_impl (const uint16_t *data, size_t size, typename Traits::value_type result) |
static Traits::value_type | decode_wchar_block_impl (const uint32_t *data, size_t size, typename Traits::value_type result) |
static Traits::value_type | decode_wchar_block (const wchar_t *data, size_t size, typename Traits::value_type result) |
Definition at line 930 of file pugixml.cpp.
|
inlinestatic |
Definition at line 1071 of file pugixml.cpp.
Referenced by convert_buffer_latin1().
|
inlinestatic |
Definition at line 1000 of file pugixml.cpp.
References endian_swap(), and uint16_t.
Referenced by convert_buffer_utf16(), and utf_decoder< Traits, opt_swap >::decode_wchar_block_impl().
|
inlinestatic |
Definition at line 1045 of file pugixml.cpp.
References endian_swap(), and uint32_t.
Referenced by convert_buffer_utf32(), and utf_decoder< Traits, opt_swap >::decode_wchar_block_impl().
|
inlinestatic |
Definition at line 932 of file pugixml.cpp.
References uint32_t, and uint8_t.
Referenced by as_wide_impl(), and convert_buffer_output().
|
inlinestatic |
Definition at line 1094 of file pugixml.cpp.
References utf_decoder< Traits, opt_swap >::decode_wchar_block_impl(), and get_metrics::type.
Referenced by as_utf8_begin(), and as_utf8_end().
|
inlinestatic |
Definition at line 1082 of file pugixml.cpp.
References utf_decoder< Traits, opt_swap >::decode_utf16_block().
Referenced by utf_decoder< Traits, opt_swap >::decode_wchar_block().
|
inlinestatic |
Definition at line 1088 of file pugixml.cpp.
References utf_decoder< Traits, opt_swap >::decode_utf32_block().