#include "ut_misc.h"#include <limits.h>#include "ut_types.h"#include "ut_iconv.h"Go to the source code of this file.
Classes | |
| class | UT_UCS2_mbtowc |
| class | UT_UCS2_mbtowc::Converter |
| class | UT_UCS4_mbtowc |
| class | UT_UCS4_mbtowc::Converter |
Defines | |
| #define | MY_MB_LEN_MAX 6 |
Variables | |
| const size_t | iMbLenMax = UT_MAX(MY_MB_LEN_MAX, MB_LEN_MAX) |
| #define MY_MB_LEN_MAX 6 |
| const size_t iMbLenMax = UT_MAX(MY_MB_LEN_MAX, MB_LEN_MAX) |
Referenced by UT_UCS4_mbtowc::mbtowc(), and UT_UCS2_mbtowc::mbtowc().
1.7.1