|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_collate.h>


Public Types | |
| typedef wchar_t | char_type |
| typedef wstring | string_type |
Public Member Functions | |
| collate (size_t __refs=0) | |
| int | compare (const wchar_t *__low1, const wchar_t *__high1, const wchar_t *__low2, const wchar_t *__high2) const |
| string_type | transform (const wchar_t *__low, const wchar_t *__high) const |
| long | hash (const wchar_t *__low, const wchar_t *__high) const |
Static Public Attributes | |
| static _STLP_STATIC_DECLSPEC locale::id | id = { 14 } |
Protected Member Functions | |
| ~collate () | |
| virtual int | do_compare (const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *) const |
| virtual string_type | do_transform (const wchar_t *, const wchar_t *) const |
| virtual long | do_hash (const wchar_t *__low, const wchar_t *__high) const |
Protected Member Functions inherited from locale::facet | |
| facet (size_t __init_count=0) | |
| virtual | ~facet () |
Protected Member Functions inherited from _Refcount_Base | |
| _Refcount_Base (__stl_atomic_t __n) | |
| __stl_atomic_t | _M_incr () |
| __stl_atomic_t | _M_decr () |
Private Member Functions | |
| collate (const collate< wchar_t > &) | |
| collate< wchar_t > & | operator= (const collate< wchar_t > &) |
Definition at line 79 of file _collate.h.
| typedef wchar_t collate< wchar_t >::char_type |
Definition at line 81 of file _collate.h.
Definition at line 82 of file _collate.h.
Definition at line 84 of file _collate.h.
Definition at line 45 of file collate.cpp.
|
inline |
Definition at line 86 of file _collate.h.
|
protectedvirtual |
Reimplemented in collate_byname< wchar_t >.
Definition at line 48 of file collate.cpp.
|
protectedvirtual |
Definition at line 55 of file collate.cpp.
|
protectedvirtual |
Reimplemented in collate_byname< wchar_t >.
Definition at line 52 of file collate.cpp.
Definition at line 95 of file _collate.h.
|
inline |
Definition at line 91 of file _collate.h.
|
static |
Definition at line 98 of file _collate.h.