Definitions for Unicode string functions and related text conversion. More...
#include <mi32/stddefns.h>#include <stdio.h>

Go to the source code of this file.
Defines | |
| #define | INC_STDIO_H |
| #define | LIBEXPORT MI_DLLIMPORT |
Functions | |
| LIBEXPORT MIUNICODE * | strntouc (MIUNICODE *dest, const char *source, int len) |
| LIBEXPORT MIUNICODE * | strtouc (MIUNICODE *dest, const char *source) |
| LIBEXPORT MIUNICODE * | strtouccat (MIUNICODE *dest, const char *source) |
| LIBEXPORT MIUNICODE * | strtoucdup (const char *) |
| LIBEXPORT DEPRECATED char * | ucntostr (char *dest, const MIUNICODE *source, int len) |
| LIBEXPORT MIUNICODE * | ucstrcat (MIUNICODE *dest, const MIUNICODE *source) |
| LIBEXPORT MIUNICODE * | ucstrchr (const MIUNICODE *p, MIUNICODE value) |
| LIBEXPORT int | ucstrcmp (const MIUNICODE *p1, const MIUNICODE *p2) |
| LIBEXPORT MIUNICODE * | ucstrcpy (MIUNICODE *dest, const MIUNICODE *source) |
| LIBEXPORT MIUNICODE * | ucstrdup (const MIUNICODE *s) |
| LIBEXPORT int | ucstricmp (const MIUNICODE *p1, const MIUNICODE *p2) |
| LIBEXPORT size_t | ucstrlen (const MIUNICODE *p) |
| LIBEXPORT MIUNICODE * | ucstrlwr (MIUNICODE *p) |
| LIBEXPORT MIUNICODE * | ucstrncat (MIUNICODE *p1, const MIUNICODE *p2, int len) |
| LIBEXPORT int | ucstrncmp (const MIUNICODE *p1, const MIUNICODE *p2, int len) |
| LIBEXPORT MIUNICODE * | ucstrncpy (MIUNICODE *dest, const MIUNICODE *source, int len) |
| LIBEXPORT int | ucstrnicmp (const MIUNICODE *p1, const MIUNICODE *p2, int len) |
| LIBEXPORT MIUNICODE * | ucstrpbrk (MIUNICODE *s, MIUNICODE *accept) |
| LIBEXPORT MIUNICODE * | ucstrrchr (MIUNICODE *s, MIUNICODE value) |
| LIBEXPORT size_t | ucstrspn (const MIUNICODE *s, const MIUNICODE *accept) |
| LIBEXPORT MIUNICODE * | ucstrstr (MIUNICODE *s, const MIUNICODE *p) |
| LIBEXPORT MIUNICODE * | ucstrtok (MIUNICODE *s, MIUNICODE *delim) |
| LIBEXPORT MIUNICODE * | ucstrtok2 (MIUNICODE *s, MIUNICODE *delim, MIUNICODE *&state) |
| LIBEXPORT MIUNICODE * | ucstrupr (MIUNICODE *p) |
| LIBEXPORT DEPRECATED char * | uctostr (char *dest, const MIUNICODE *source) |
| LIBEXPORT DEPRECATED char * | uctostrdup (const MIUNICODE *) |
Definitions for Unicode string functions and related text conversion.
| #define INC_STDIO_H |
| #define LIBEXPORT MI_DLLIMPORT |
1.6.1