Home
last modified time | relevance | path

Searched refs:wc2mb (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXUTF16Codec.h36 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
51 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
68 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF32Codec.h37 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
52 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
69 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF8Codec.h35 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXUTF16Codec.h36 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
51 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
68 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF32Codec.h37 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
52 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
69 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF8Codec.h35 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXUTF16Codec.h40 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
55 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
72 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF32Codec.h41 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
56 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
73 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF8Codec.h39 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXUTF16Codec.h40 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
55 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
72 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF32Codec.h41 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
56 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
73 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFXUTF8Codec.h39 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
H A DFX885911Codec.h16 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
/dports/comms/fldigi/fldigi-4.1.20/src/libtiniconv/
H A Dtiniconv.c41 ctx->wc2mb = tiniconv_charset_map[out_charset_id].wc2mb; in tiniconv_init()
99 result = ctx->wc2mb(ctx, out_buf + out_idx, wc, out_size - out_idx); in tiniconv_convert()
H A Dtiniconv_int.h37 xxx_wc2mb_t wc2mb; member
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXUTF16Codec.cpp74 FXint FXUTF16BECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16BECodec
144 FXint FXUTF16LECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16LECodec
352 FXint FXUTF16Codec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16Codec
385 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
407 nw=wc2mb(dst,ndst,w); in utf2mb()
H A DFXTextCodec.cpp157 FXint FXTextCodec::wc2mb(FXchar* dst,FXint ndst,FXwchar w) const { in wc2mb() function in FX::FXTextCodec
178 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
200 nw=wc2mb(dst,ndst,w); in utf2mb()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXUTF16Codec.cpp72 FXint FXUTF16BECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16BECodec
141 FXint FXUTF16LECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16LECodec
359 FXint FXUTF16Codec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16Codec
392 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
413 nw=wc2mb(dst,ndst,w); in utf2mb()
H A DFXTextCodec.cpp347 FXint FXTextCodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXTextCodec
363 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
387 nw=wc2mb(dst,ndst,w); in utf2mb()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXUTF16Codec.cpp74 FXint FXUTF16BECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16BECodec
144 FXint FXUTF16LECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16LECodec
352 FXint FXUTF16Codec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16Codec
385 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
407 nw=wc2mb(dst,ndst,w); in utf2mb()
H A DFXTextCodec.cpp157 FXint FXTextCodec::wc2mb(FXchar* dst,FXint ndst,FXwchar w) const { in wc2mb() function in FX::FXTextCodec
178 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
200 nw=wc2mb(dst,ndst,w); in utf2mb()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXUTF16Codec.cpp72 FXint FXUTF16BECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16BECodec
141 FXint FXUTF16LECodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16LECodec
359 FXint FXUTF16Codec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXUTF16Codec
392 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
413 nw=wc2mb(dst,ndst,w); in utf2mb()
H A DFXTextCodec.cpp347 FXint FXTextCodec::wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const { in wc2mb() function in FX::FXTextCodec
363 len+=wc2mb(buffer,sizeof(buffer),w); in utf2mblen()
387 nw=wc2mb(dst,ndst,w); in utf2mb()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmpcommon.c483 int (WINAPI *wc2mb)(UINT, DWORD, LPCWSTR, int, LPSTR, int, LPCSTR, LPBOOL) = NULL; in get_win32_cmdline()
489 wc2mb = GetProcAddress(kernel32, "WideCharToMultiByte"); in get_win32_cmdline()
492 if (!wc2mb || !getCmdlW || !cmdl2argv) in get_win32_cmdline()
501 int conv_size = wc2mb(CP_UTF8, 0, argv_w[i], -1, NULL, 0, NULL, NULL); in get_win32_cmdline()
516 int conv_size = wc2mb(CP_UTF8, 0, argv_w[i], -1, in get_win32_cmdline()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmpcommon.c483 int (WINAPI *wc2mb)(UINT, DWORD, LPCWSTR, int, LPSTR, int, LPCSTR, LPBOOL) = NULL; in get_win32_cmdline()
489 wc2mb = GetProcAddress(kernel32, "WideCharToMultiByte"); in get_win32_cmdline()
492 if (!wc2mb || !getCmdlW || !cmdl2argv) in get_win32_cmdline()
501 int conv_size = wc2mb(CP_UTF8, 0, argv_w[i], -1, NULL, 0, NULL, NULL); in get_win32_cmdline()
516 int conv_size = wc2mb(CP_UTF8, 0, argv_w[i], -1, in get_win32_cmdline()

12345678910>>...15