#include "ace/OS_NS_wchar.h"Include dependency graph for OS_NS_wchar.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| ACE_BEGIN_VERSIONED_NAMESPACE_DECL int | ACE_OS::wcscmp_emulation (const ACE_WCHAR_T *string1, const ACE_WCHAR_T *string2) |
| Emulated wcscmp - Compares strings. | |
| size_t | ACE_OS::wcslen_emulation (const ACE_WCHAR_T *string) |
| Emulated wcslen - Returns the length of a string. | |
| ACE_WCHAR_T * | ACE_OS::wcsncat_emulation (ACE_WCHAR_T *destination, const ACE_WCHAR_T *source, size_t count) |
| Emulated wcscat - Appends a string. | |
| int | ACE_OS::wcsncmp_emulation (const ACE_WCHAR_T *string1, const ACE_WCHAR_T *string2, size_t len) |
| Emulated wcsncmp - Compares two arrays. | |
| ACE_WCHAR_T * | ACE_OS::wcsncpy_emulation (ACE_WCHAR_T *destination, const ACE_WCHAR_T *source, size_t len) |
| Emulated wcsncpy - Copies an array. | |
1.4.7