#include "ut_Win32LocaleString.h"#include "xap_App.h"#include "ut_iconv.h"#include "xap_EncodingManager.h"#include "ut_mbtowc.h"Functions | |
| UT_uint32 | UT_UCS_strlen (const UT_UCS2Char *string) |
| UT_UCS2Char * | UT_UCS2_strcpy (UT_UCS2Char *dest, const UT_UCS2Char *src) |
| UT_UCS2Char * | UT_UCS2_strcpy_char (UT_UCS2Char *dest, char *src) |
| static size_t | priv_max (size_t a, size_t b) |
| bool | operator== (const UT_Win32LocaleString &s1, const wchar_t *s2) |
Variables | |
| static const UT_UCS2Char | ucsEmpty [] = { 0 } |
| bool operator== | ( | const UT_Win32LocaleString & | s1, | |
| const wchar_t * | s2 | |||
| ) |
References UT_Win32LocaleString::c_str().
| static size_t priv_max | ( | size_t | a, | |
| size_t | b | |||
| ) | [inline, static] |
Referenced by UT_UCS2Stringbuf::grow_common().
| UT_UCS2Char* UT_UCS2_strcpy | ( | UT_UCS2Char * | dest, | |
| const UT_UCS2Char * | src | |||
| ) |
| UT_UCS2Char* UT_UCS2_strcpy_char | ( | UT_UCS2Char * | dest, | |
| char * | src | |||
| ) |
References d, UT_UCS2_mbtowc::mbtowc(), s, and UT_ASSERT.
| UT_uint32 UT_UCS_strlen | ( | const UT_UCS2Char * | string | ) |
Referenced by UT_UCS2String::operator=().
const UT_UCS2Char ucsEmpty[] = { 0 } [static] |
Referenced by UT_UCS2String::ucs2_str().
1.7.1