Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unchecked.h File Reference
#include "core.h"

Go to the source code of this file.

Classes

class  utf8::unchecked::iterator< octet_iterator >
 

Namespaces

namespace  utf8
 
namespace  utf8::unchecked
 

Functions

template<typename octet_iterator >
octet_iterator utf8::unchecked::append (utfchar32_t cp, octet_iterator result)
 
template<typename word_iterator >
word_iterator utf8::unchecked::append16 (utfchar32_t cp, word_iterator result)
 
template<typename octet_iterator , typename output_iterator >
output_iterator utf8::unchecked::replace_invalid (octet_iterator start, octet_iterator end, output_iterator out, utfchar32_t replacement)
 
template<typename octet_iterator , typename output_iterator >
output_iterator utf8::unchecked::replace_invalid (octet_iterator start, octet_iterator end, output_iterator out)
 
std::string utf8::unchecked::replace_invalid (const std::string &s, utfchar32_t replacement)
 
std::string utf8::unchecked::replace_invalid (const std::string &s)
 
template<typename octet_iterator >
utfchar32_t utf8::unchecked::next (octet_iterator &it)
 
template<typename octet_iterator >
utfchar32_t utf8::unchecked::peek_next (octet_iterator it)
 
template<typename word_iterator >
utfchar32_t utf8::unchecked::next16 (word_iterator &it)
 
template<typename octet_iterator >
utfchar32_t utf8::unchecked::prior (octet_iterator &it)
 
template<typename octet_iterator , typename distance_type >
void utf8::unchecked::advance (octet_iterator &it, distance_type n)
 
template<typename octet_iterator >
std::iterator_traits< octet_iterator >::difference_type utf8::unchecked::distance (octet_iterator first, octet_iterator last)
 
template<typename u16bit_iterator , typename octet_iterator >
octet_iterator utf8::unchecked::utf16to8 (u16bit_iterator start, u16bit_iterator end, octet_iterator result)
 
template<typename u16bit_iterator , typename octet_iterator >
u16bit_iterator utf8::unchecked::utf8to16 (octet_iterator start, octet_iterator end, u16bit_iterator result)
 
template<typename octet_iterator , typename u32bit_iterator >
octet_iterator utf8::unchecked::utf32to8 (u32bit_iterator start, u32bit_iterator end, octet_iterator result)
 
template<typename octet_iterator , typename u32bit_iterator >
u32bit_iterator utf8::unchecked::utf8to32 (octet_iterator start, octet_iterator end, u32bit_iterator result)