Home
last modified time | relevance | path

Searched refs:utf16_t (Results 26 – 50 of 143) sorted by relevance

123456

/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/charconvert/
H A Dcharconvert.h78 CHARCONVERT_DLL void CharConvUS(charconv*, utf16_t* Out, size_t OutLen, const char* In);
79 CHARCONVERT_DLL void CharConvSU(charconv*, char* Out, size_t OutLen, const utf16_t* In);
80 CHARCONVERT_DLL void CharConvUW(charconv*, utf16_t* Out, size_t OutLen, const wchar_t* In);
81 CHARCONVERT_DLL void CharConvWU(charconv*, wchar_t* Out, size_t OutLen, const utf16_t* In);
H A Dcharconvert_osx.c89 void CharConvUS(charconv* Conv, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
125 void CharConvSU(charconv* Conv, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
142 … CFStringCreateWithBytes(NULL, (const UInt8*)In, (utf16len(In)+1)*sizeof(utf16_t), EncFrom, false); in CharConvSU()
166 void CharConvUW(charconv* Conv, utf16_t* Out, size_t OutLen, const wchar_t* In) in CharConvUW()
171 void CharConvWU(charconv* Conv, wchar_t* Out, size_t OutLen, const utf16_t* In) in CharConvWU()
H A Dcharconvert_linux.c120 void CharConvUS(charconv* CC, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
127 size_t _OutLen = OutLen*sizeof(utf16_t); in CharConvUS()
133 *Out = (utf16_t)*In; in CharConvUS()
138 *(utf16_t*)_Out=0; in CharConvUS()
142 void CharConvSU(charconv* CC, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
H A Dcharconvert_qtopia.cpp119 void CharConvUS(charconv* CC, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
127 *Out = (utf16_t)*In; in CharConvUS()
138 *Out = (utf16_t)*_In; in CharConvUS()
145 void CharConvSU(charconv* CC, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/charconvert/
H A Dcharconvert.h78 CHARCONVERT_DLL void CharConvUS(charconv*, utf16_t* Out, size_t OutLen, const char* In);
79 CHARCONVERT_DLL void CharConvSU(charconv*, char* Out, size_t OutLen, const utf16_t* In);
80 CHARCONVERT_DLL void CharConvUW(charconv*, utf16_t* Out, size_t OutLen, const wchar_t* In);
81 CHARCONVERT_DLL void CharConvWU(charconv*, wchar_t* Out, size_t OutLen, const utf16_t* In);
H A Dcharconvert_osx.c89 void CharConvUS(charconv* Conv, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
125 void CharConvSU(charconv* Conv, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
142 … CFStringCreateWithBytes(NULL, (const UInt8*)In, (utf16len(In)+1)*sizeof(utf16_t), EncFrom, false); in CharConvSU()
166 void CharConvUW(charconv* Conv, utf16_t* Out, size_t OutLen, const wchar_t* In) in CharConvUW()
171 void CharConvWU(charconv* Conv, wchar_t* Out, size_t OutLen, const utf16_t* In) in CharConvWU()
H A Dcharconvert_linux.c120 void CharConvUS(charconv* CC, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
127 size_t _OutLen = OutLen*sizeof(utf16_t); in CharConvUS()
133 *Out = (utf16_t)*In; in CharConvUS()
138 *(utf16_t*)_Out=0; in CharConvUS()
142 void CharConvSU(charconv* CC, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
H A Dcharconvert_qtopia.cpp119 void CharConvUS(charconv* CC, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
127 *Out = (utf16_t)*In; in CharConvUS()
138 *Out = (utf16_t)*_In; in CharConvUS()
145 void CharConvSU(charconv* CC, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A Dutf16string.h32 typedef uint16_t utf16_t; typedef
40 typedef utf16_t char_type;
109 typedef std::basic_string<utf16_t, utf16_traits> utf16string;
110 typedef std::basic_stringstream<utf16_t, utf16_traits> utf16stringstream;
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/charconvert/
H A Dcharconvert.h78 CHARCONVERT_DLL void CharConvUS(charconv*, utf16_t* Out, size_t OutLen, const char* In);
79 CHARCONVERT_DLL void CharConvSU(charconv*, char* Out, size_t OutLen, const utf16_t* In);
80 CHARCONVERT_DLL void CharConvUW(charconv*, utf16_t* Out, size_t OutLen, const wchar_t* In);
81 CHARCONVERT_DLL void CharConvWU(charconv*, wchar_t* Out, size_t OutLen, const utf16_t* In);
H A Dcharconvert_osx.c89 void CharConvUS(charconv* Conv, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
125 void CharConvSU(charconv* Conv, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
142 … CFStringCreateWithBytes(NULL, (const UInt8*)In, (utf16len(In)+1)*sizeof(utf16_t), EncFrom, false); in CharConvSU()
166 void CharConvUW(charconv* Conv, utf16_t* Out, size_t OutLen, const wchar_t* In) in CharConvUW()
171 void CharConvWU(charconv* Conv, wchar_t* Out, size_t OutLen, const utf16_t* In) in CharConvWU()
H A Dcharconvert_linux.c120 void CharConvUS(charconv* CC, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
127 size_t _OutLen = OutLen*sizeof(utf16_t); in CharConvUS()
133 *Out = (utf16_t)*In; in CharConvUS()
138 *(utf16_t*)_Out=0; in CharConvUS()
142 void CharConvSU(charconv* CC, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
H A Dcharconvert_qtopia.cpp119 void CharConvUS(charconv* CC, utf16_t* Out, size_t OutLen, const char* In) in CharConvUS()
127 *Out = (utf16_t)*In; in CharConvUS()
138 *Out = (utf16_t)*_In; in CharConvUS()
145 void CharConvSU(charconv* CC, char* Out, size_t OutLen, const utf16_t* In) in CharConvSU()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/nall/
H A Dutf8.hpp18 class utf16_t { class
28 utf16_t(const char *s = "") { in utf16_t() function in nall::utf16_t
35 ~utf16_t() { in ~utf16_t()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/libs/macosx/include/
H A Dlinebreak.h65 typedef unsigned short utf16_t; /**< Type for UTF-16 data points */ typedef
78 const utf16_t *s, size_t len, const char* lang, char *brks);
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/platform/
H A Dplatform_win.cpp5 _wfullpath(fn, nall::utf16_t(filename), _MAX_PATH); in realpath()
25 return _wmkdir(nall::utf16_t(path)); in mkdir()
/dports/textproc/libunibreak/libunibreak-4.3/src/
H A Dunibreakdef.c119 const utf16_t *s, in ub_get_next_char_utf16()
123 utf16_t ch; in ub_get_next_char_utf16()
H A Dunibreakbase.h48 typedef unsigned short utf16_t; /**< Type for UTF-16 data points */ typedef
H A Dgraphemebreak.h64 void set_graphemebreaks_utf16(const utf16_t *s, size_t len,
/dports/devel/efl/efl-1.25.1/src/static_libs/libunibreak/
H A Dunibreakdef.c111 const utf16_t *s, in ub_get_next_char_utf16()
115 utf16_t ch; in ub_get_next_char_utf16()
H A Dunibreakbase.h48 typedef unsigned short utf16_t; /**< Type for UTF-16 data points */ typedef
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dunicode.h16 typedef wchar_t utf16_t; typedef
29 typedef uint16_t utf16_t; typedef
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/internal/
H A Dx3f_tools.h115 typedef uint16_t utf16_t; typedef
141 utf16_t *name; /* 0x0000 terminated UTF 16 */
142 utf16_t *value; /* 0x0000 terminated UTF 16 */
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/internal/
H A Dx3f_tools.h115 typedef uint16_t utf16_t; typedef
141 utf16_t *name; /* 0x0000 terminated UTF 16 */
142 utf16_t *value; /* 0x0000 terminated UTF 16 */
/dports/graphics/libraw/LibRaw-0.20.2/internal/
H A Dx3f_tools.h115 typedef uint16_t utf16_t; typedef
141 utf16_t *name; /* 0x0000 terminated UTF 16 */
142 utf16_t *value; /* 0x0000 terminated UTF 16 */

123456