|
| template<class _Elem > |
| int __CRTDECL | _LStrcoll (const _Elem *_First1, const _Elem *_Last1, const _Elem *_First2, const _Elem *_Last2, const _Locinfo::_Collvec *) |
| |
| template<> |
| int __CRTDECL | _LStrcoll (const char *_First1, const char *_Last1, const char *_First2, const char *_Last2, const _Locinfo::_Collvec *_Vector) |
| |
| template<> |
| int __CRTDECL | _LStrcoll (const wchar_t *_First1, const wchar_t *_Last1, const wchar_t *_First2, const wchar_t *_Last2, const _Locinfo::_Collvec *_Vector) |
| |
| template<class _Elem > |
| size_t __CRTDECL | _LStrxfrm (_Elem *_First1, _Elem *_Last1, const _Elem *_First2, const _Elem *_Last2, const _Locinfo::_Collvec *) |
| |
| template<> |
| size_t __CRTDECL | _LStrxfrm (_Out_writes_(_Last1-_First1) _Post_readable_size_(return) char *_First1, _In_z_ char *_Last1, const char *_First2, const char *_Last2, const _Locinfo::_Collvec *_Vector) |
| |
| template<> |
| size_t __CRTDECL | _LStrxfrm (_Out_writes_(_Last1-_First1) _Post_readable_size_(return) wchar_t *_First1, _In_z_ wchar_t *_Last1, const wchar_t *_First2, const wchar_t *_Last2, const _Locinfo::_Collvec *_Vector) |
| |