Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpiCore)  1.26.2
wchar16.h File Reference
Include dependency graph for wchar16.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t wcslen16 (const WCHAR16 *src)
 
WCHAR16wcschr16 (const WCHAR16 *src, WCHAR16 character)
 
int wcsncmp16 (const WCHAR16 *src1, const WCHAR16 *src2, size_t len)
 
int wcscmp16 (const WCHAR16 *src1, const WCHAR16 *src2)
 
WCHAR16wcscpy16 (WCHAR16 *dst, const WCHAR16 *src)
 
WCHAR16wcsncpy16 (WCHAR16 *dst, const WCHAR16 *src, size_t len)
 
WCHAR16wcscat16 (WCHAR16 *dst, const WCHAR16 *src)
 
WCHAR16wcsncat16 (WCHAR16 *dst, const WCHAR16 *src, size_t len)
 
WCHAR16wcsdup16 (const WCHAR16 *src)
 
int wcsfind16 (const WCHAR16 *s, const WCHAR16 *t, const int pos=0)
 
int wcsspn16 (const WCHAR16 *src1, const WCHAR16 *src2)
 
WCHAR16wcspbrk16 (const WCHAR16 *src1, const WCHAR16 *src2)
 
WCHAR16wcstok_r16 (WCHAR16 *s1, const WCHAR16 *s2, WCHAR16 **context)
 
WCHAR16wcsstr16 (WCHAR16 *src1, WCHAR16 *src2)
 
const WCHAR16wcsstr16 (const WCHAR16 *src1, const WCHAR16 *src2)
 
int wtoi16 (const WCHAR16 *src)
 
size_t wcstombs16 (char *dst, const WCHAR16 *src, size_t len)
 
size_t mbstowcs16 (WCHAR16 *dst, const char *src, size_t len)
 
char * _wcstombs16 (char *dst, const WCHAR16 *src, size_t len)
 
WCHAR16_mbstowcs16 (WCHAR16 *dst, const char *src, size_t len)
 
template<typename T >
WCHAR16itow16_binary (T src, WCHAR16 *dst, const size_t len)
 

Detailed Description

Author
DC-IA/EAM1 (SK, JR)
Version
1.26.2
Date
2013

Definition in file wchar16.h.