Pyrogenesis
13997
|
#include <utf16string.h>
Public Types | |
typedef utf16_t | char_type |
typedef int | int_type |
typedef std::streampos | pos_type |
typedef std::streamoff | off_type |
typedef std::mbstate_t | state_type |
Static Public Member Functions | |
static void | assign (char_type &c1, const char_type &c2) |
static bool | eq (const char_type &c1, const char_type &c2) |
static bool | lt (const char_type &c1, const char_type &c2) |
static int | compare (const char_type *s1, const char_type *s2, size_t n) |
static size_t | length (const char_type *s) |
static const char_type * | find (const char_type *s, size_t n, const char_type &a) |
static char_type * | move (char_type *s1, const char_type *s2, size_t n) |
static char_type * | copy (char_type *s1, const char_type *s2, size_t n) |
static char_type * | assign (char_type *s, size_t n, char_type a) |
static char_type | to_char_type (const int_type &c) |
static int_type | to_int_type (const char_type &c) |
static bool | eq_int_type (const int_type &c1, const int_type &c2) |
static int_type | eof () |
static int_type | not_eof (const int_type &c) |
Definition at line 38 of file utf16string.h.
typedef utf16_t utf16_traits::char_type |
Definition at line 40 of file utf16string.h.
typedef int utf16_traits::int_type |
Definition at line 41 of file utf16string.h.
typedef std::streamoff utf16_traits::off_type |
Definition at line 43 of file utf16string.h.
typedef std::streampos utf16_traits::pos_type |
Definition at line 42 of file utf16string.h.
typedef std::mbstate_t utf16_traits::state_type |
Definition at line 44 of file utf16string.h.
Definition at line 46 of file utf16string.h.
Definition at line 84 of file utf16string.h.
|
inlinestatic |
Definition at line 55 of file utf16string.h.
|
inlinestatic |
Definition at line 79 of file utf16string.h.
|
inlinestatic |
Definition at line 102 of file utf16string.h.
Definition at line 49 of file utf16string.h.
Definition at line 99 of file utf16string.h.
|
inlinestatic |
Definition at line 67 of file utf16string.h.
|
inlinestatic |
Definition at line 60 of file utf16string.h.
Definition at line 52 of file utf16string.h.
|
inlinestatic |
Definition at line 74 of file utf16string.h.
Definition at line 105 of file utf16string.h.
Definition at line 93 of file utf16string.h.
Definition at line 96 of file utf16string.h.