Go to the source code of this file.
|
| static int WDL_STATICFUNC_UNUSED | wdl_utf8_parsechar (const char *rd, int *cOut) |
| static int WDL_STATICFUNC_UNUSED | wdl_utf8_makechar (int c, char *dest, int dest_len) |
| static int WDL_STATICFUNC_UNUSED | WDL_MBtoWideStr (WDL_WCHAR *dest, const char *src, int destlenbytes) |
| static int WDL_STATICFUNC_UNUSED | WDL_MakeUTFChar (char *dest, int c, int destlen) |
| static int WDL_STATICFUNC_UNUSED | WDL_WideToMBStr (char *dest, const WDL_WCHAR *src, int destlenbytes) |
| static int WDL_STATICFUNC_UNUSED | WDL_DetectUTF8 (const char *str) |
| static int WDL_STATICFUNC_UNUSED | WDL_utf8_charpos_to_bytepos (const char *str, int charpos) |
| static int WDL_STATICFUNC_UNUSED | WDL_utf8_bytepos_to_charpos (const char *str, int bytepos) |
◆ WDL_utf8_get_charlen
| #define WDL_utf8_get_charlen |
( |
| rd | ) |
|
Value:
static int WDL_STATICFUNC_UNUSED WDL_utf8_bytepos_to_charpos(const char *str, int bytepos)
Definition wdlutf8.h:238
◆ WDL_WCHAR
| #define WDL_WCHAR wchar_t |
◆ WDL_DetectUTF8()
◆ WDL_MakeUTFChar()
◆ WDL_MBtoWideStr()
◆ WDL_utf8_bytepos_to_charpos()
◆ WDL_utf8_charpos_to_bytepos()
◆ wdl_utf8_makechar()
◆ wdl_utf8_parsechar()
◆ WDL_WideToMBStr()