ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <_collate.h>
Public Member Functions | |
collate_byname (const char *__name, size_t __refs=0) | |
Public Member Functions inherited from collate< wchar_t > | |
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 |
Protected Member Functions | |
~collate_byname () | |
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 |
Protected Member Functions inherited from collate< wchar_t > | |
~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_byname (_Locale_collate *__coll) | |
collate_byname (const collate_byname< wchar_t > &) | |
collate_byname< wchar_t > & | operator= (const collate_byname< wchar_t > &) |
Private Attributes | |
_Locale_collate * | _M_collate |
Friends | |
class | _Locale_impl |
Additional Inherited Members | |
Public Types inherited from collate< wchar_t > | |
typedef wchar_t | char_type |
typedef wstring | string_type |
Static Public Attributes inherited from collate< wchar_t > | |
static _STLP_STATIC_DECLSPEC locale::id | id = { 14 } |
Definition at line 138 of file _collate.h.
|
explicit |
Definition at line 231 of file facets_byname.cpp.
|
protected |
Definition at line 243 of file facets_byname.cpp.
|
inlineprivate |
Definition at line 151 of file _collate.h.
|
private |
|
protectedvirtual |
Reimplemented from collate< wchar_t >.
Definition at line 246 of file facets_byname.cpp.
|
protectedvirtual |
Reimplemented from collate< wchar_t >.
Definition at line 256 of file facets_byname.cpp.
|
private |
|
friend |
Definition at line 139 of file _collate.h.
|
private |
Definition at line 153 of file _collate.h.