Home
last modified time | relevance | path

Searched refs:UniChar (Results 1 – 25 of 1234) sorted by relevance

12345678910>>...50

/dports/games/uqm/uqm-0.8.0/src/libs/
H A Dunicode.h30 typedef uint32 UniChar; typedef
38 UniChar getCharFromString(const UNICODE_CHAR **ptr);
39 UniChar getCharFromStringN(const UNICODE_CHAR **ptr,
46 int utf8StringPos (const UNICODE_CHAR *pStr, UniChar ch);
51 size_t getUniCharFromString(UniChar *wstr, size_t maxcount,
57 const UniChar *wstr, size_t count);
59 const UniChar *wstr);
60 int UniChar_isGraph(UniChar ch);
61 int UniChar_isPrint(UniChar ch);
62 UniChar UniChar_toUpper(UniChar ch);
[all …]
/dports/games/uqm/uqm-0.8.0/src/libs/strings/
H A Dunicode.c42 UniChar
44 UniChar result; in getCharFromString()
132 UniChar
173 UniChar ch; in getLineFromString()
221 UniChar ch; in utf8StringCount()
234 UniChar ch; in utf8StringCountN()
287 UniChar ch1; in utf8StringCompare()
288 UniChar ch2; in utf8StringCompare()
329 UniChar ch; in skipUTF8Chars()
528 UniChar
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dunichar.h252 bool IsAscii() const { return UniChar().IsAscii(); } in IsAscii()
255 bool IsBMP() const { return UniChar().IsBMP(); } in IsBMP()
281 operator type() const { return UniChar(); }
286 operator bool() const { return (bool)UniChar(); } in wxDO_FOR_CHAR_INT_TYPES()
287 bool operator!() const { return !UniChar(); }
295 bool operator op(const wxUniCharRef& c) const { return UniChar() op c.UniChar(); }\
305 int operator-(const wxUniCharRef& c) const { return UniChar() - c.UniChar(); }
313 wxUniChar UniChar() const;
315 wxUniChar UniChar() const { return *m_pos; }
330 m_value = c.UniChar().m_value; in wxUniChar()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dunichar.h214 bool IsAscii() const { return UniChar().IsAscii(); } in IsAscii()
234 operator type() const { return UniChar(); }
239 operator bool() const { return (bool)UniChar(); } in wxDO_FOR_CHAR_INT_TYPES()
240 bool operator!() const { return !UniChar(); }
248 bool operator op(const wxUniCharRef& c) const { return UniChar() op c.UniChar(); }\
258 int operator-(const wxUniCharRef& c) const { return UniChar() - c.UniChar(); }
260 int operator-(char c) const { return UniChar() - c; }
266 wxUniChar UniChar() const;
268 wxUniChar UniChar() const { return *m_pos; }
283 m_value = c.UniChar().m_value; in wxUniChar()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dunichar.h214 bool IsAscii() const { return UniChar().IsAscii(); } in IsAscii()
234 operator type() const { return UniChar(); }
239 operator bool() const { return (bool)UniChar(); } in wxDO_FOR_CHAR_INT_TYPES()
240 bool operator!() const { return !UniChar(); }
248 bool operator op(const wxUniCharRef& c) const { return UniChar() op c.UniChar(); }\
258 int operator-(const wxUniCharRef& c) const { return UniChar() - c.UniChar(); }
260 int operator-(char c) const { return UniChar() - c; }
266 wxUniChar UniChar() const;
268 wxUniChar UniChar() const { return *m_pos; }
283 m_value = c.UniChar().m_value; in wxUniChar()
[all …]
/dports/graphics/comical/comical-0.8/unrar/
H A Dunios2.cpp10 typedef unsigned short UniChar; typedef
19 UniChar*, /* O - output Unicode string */
23 UniChar*, /* I - input Unicode string */
32 UniChar*, /* O - Output buffer */
36 UniChar*, /* I - Unicode name of uconv table */
46 UniChar**, /* IO - Output buffer size */
52 UniChar**, /* IO - Input buffer */
63 UniChar unistr[256]; in uni_init()
93 int uni_toucs(char* src, size_t srclen, UniChar* dst, size_t* dstlen) { in uni_toucs()
98 dstsize = srcbytes = srclen * sizeof(UniChar); in uni_toucs()
[all …]
/dports/archivers/libunrar/unrar/
H A Dunios2.cpp10 typedef unsigned short UniChar; typedef
19 UniChar*, /* O - output Unicode string */
23 UniChar*, /* I - input Unicode string */
32 UniChar*, /* O - Output buffer */
36 UniChar*, /* I - Unicode name of uconv table */
46 UniChar**, /* IO - Output buffer size */
52 UniChar**, /* IO - Input buffer */
63 UniChar unistr[256]; in uni_init()
93 int uni_toucs(char* src, size_t srclen, UniChar* dst, size_t* dstlen) { in uni_toucs()
98 dstsize = srcbytes = srclen * sizeof(UniChar); in uni_toucs()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dunios2.cpp10 typedef unsigned short UniChar; typedef
19 UniChar*, /* O - output Unicode string */
23 UniChar*, /* I - input Unicode string */
32 UniChar*, /* O - Output buffer */
36 UniChar*, /* I - Unicode name of uconv table */
46 UniChar**, /* IO - Output buffer size */
52 UniChar**, /* IO - Input buffer */
63 UniChar unistr[256]; in uni_init()
93 int uni_toucs(char* src, size_t srclen, UniChar* dst, size_t* dstlen) { in uni_toucs()
98 dstsize = srcbytes = srclen * sizeof(UniChar); in uni_toucs()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/Experiments/ProtocolBased/
H A DNSStringExtension.mm6 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
8 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
39 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
41 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/Experiments/ProtocolBased/
H A DNSStringExtension.mm6 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
8 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
39 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
41 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/
H A DcodeSets.h168 typedef _CORBA_UShort UniChar; typedef
308 UniChar*& us) = 0;
384 const UniChar* toU_, in NCS_C_8bit()
395 const UniChar* pd_toU;
411 UniChar*& us);
450 const UniChar* pd_toU;
490 const UniChar** toU_, in NCS_W_16bit()
500 const UniChar** pd_toU;
516 UniChar*& us);
546 const UniChar** toU_, in TCS_W_16bit()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/OSX/NSExtensions/
H A DNSStringExtension.mm14 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
16 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
47 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
49 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/OSX/NSExtensions/
H A DNSStringExtension.mm14 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
16 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
47 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
49 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/WebKitServer/
H A DNSStringExtension.m19 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
21 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
52 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
54 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Utilities/OVGnash/
H A DNSStringExtension.m19 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
21 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
52 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
54 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Utilities/OVGnash/
H A DNSStringExtension.m19 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
21 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
52 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
54 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/WebKitServer/
H A DNSStringExtension.m19 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
21 UniChar *buf=(UniChar*)calloc(1, (l*2+2)*sizeof(UniChar));
52 UniChar *s=(UniChar*)calloc(1, l*sizeof(UniChar));
54 UniChar *buf=(UniChar*)calloc(1, l*sizeof(UniChar));
/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/internal/
H A DcodeSetUtil.h82 static inline omniCodeSet::UniChar* allocU(_CORBA_ULong len) { in OMNI_NAMESPACE_BEGIN()
86 omniCodeSet::UniChar* buf = new omniCodeSet::UniChar[len]; in OMNI_NAMESPACE_BEGIN()
92 static inline void freeU(omniCodeSet::UniChar* buf) { in OMNI_NAMESPACE_BEGIN()
100 static inline omniCodeSet::UniChar* reallocU(omniCodeSet::UniChar* oldbuf, in OMNI_NAMESPACE_BEGIN()
104 omniCodeSet::UniChar* newbuf = allocU(newlen); in OMNI_NAMESPACE_BEGIN()
173 inline void insert(omniCodeSet::UniChar c) { in OMNI_NAMESPACE_BEGIN()
182 inline omniCodeSet::UniChar* buffer() { return pd_buf; } in OMNI_NAMESPACE_BEGIN()
183 inline omniCodeSet::UniChar* extract() { in OMNI_NAMESPACE_BEGIN()
184 omniCodeSet::UniChar* buf = pd_buf; in OMNI_NAMESPACE_BEGIN()
191 omniCodeSet::UniChar* pd_buf; in OMNI_NAMESPACE_BEGIN()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dmessagebuffer.cpp541 UniCharMessageBuffer& MessageBuffer::operator<<(log4cxx::UniChar* msg) in operator <<()
544 return (*ubuf) << (const log4cxx::UniChar*) msg; in operator <<()
558 const std::basic_string<log4cxx::UniChar>& MessageBuffer::str(std::basic_ostream<log4cxx::UniChar>&… in str()
571 thread_local static log4cxx::UniChar ossBuf[8192]; in UniCharMessageBuffer()
614 const log4cxx::UniChar* actualMsg = msg; in operator <<()
615 static log4cxx::UniChar nullLiteral[] = { 0x6E, 0x75, 0x6C, 0x6C, 0}; in operator <<()
636 return operator<<((const log4cxx::UniChar*) msg); in operator <<()
657 stream = new std::basic_ostringstream<UniChar>(); in operator UniCharMessageBuffer::uostream&()
743 const log4cxx::UniChar* chars = CFStringGetCharactersPtr(msg); in operator <<()
752 std::vector<log4cxx::UniChar> tmp(length); in operator <<()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/
H A Dlogger.h255 void debug(const std::basic_string<UniChar>& msg) const;
370 void error(const std::basic_string<UniChar>& msg) const;
485 void fatal(const std::basic_string<UniChar>& msg) const;
659 void getName(std::basic_string<UniChar>& name) const;
909 void info(const std::basic_string<UniChar>& msg) const;
1240 const std::basic_string<UniChar>& val1) const;
1259 const std::basic_string<UniChar>& val1, const std::basic_string<UniChar>& val2) const;
1279 const std::basic_string<UniChar>& val1, const std::basic_string<UniChar>& val2,
1280 const std::basic_string<UniChar>& val3) const;
1547 void warn(const std::basic_string<UniChar>& msg) const;
[all …]
H A Dmdc.h146 MDC(const std::basic_string<UniChar>& key, const std::basic_string<UniChar>& value);
157 static void put(const std::basic_string<UniChar>& key, const std::basic_string<UniChar>& value);
165 static std::basic_string<UniChar> get(const std::basic_string<UniChar>& key);
172 static std::basic_string<UniChar> remove(const std::basic_string<UniChar>& key);
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/helpers/
H A Dmessagebuffertest.cpp168 const log4cxx::UniChar hello[] = { 'H', 'e', 'l', 'l', 'o', 0 }; in LOGUNIT_CLASS()
169 const log4cxx::UniChar world[] = { ',', ' ', 'W', 'o', 'r', 'l', 'd', 0 }; in LOGUNIT_CLASS()
170 const log4cxx::UniChar greeting[] = { 'H', 'e', 'l', 'l', 'o', in LOGUNIT_CLASS()
174 LOGUNIT_ASSERT_EQUAL(std::basic_string<log4cxx::UniChar>(greeting), buf.str(retval)); in LOGUNIT_CLASS()
181 const log4cxx::UniChar hello[] = { 'H', 'e', 'l', 'l', 'o', 0 }; in LOGUNIT_CLASS()
182 const log4cxx::UniChar world[] = { ',', ' ', 'W', 'o', 'r', 'l', 'd', 0 }; in LOGUNIT_CLASS()
183 const log4cxx::UniChar greeting[] = { 'H', 'e', 'l', 'l', 'o', in LOGUNIT_CLASS()
186 UniCharMessageBuffer& retval = buf << std::basic_string<log4cxx::UniChar>(hello) in LOGUNIT_CLASS()
187 << std::basic_string<log4cxx::UniChar>(world); in LOGUNIT_CLASS()
188 LOGUNIT_ASSERT_EQUAL(std::basic_string<log4cxx::UniChar>(greeting), buf.str(retval)); in LOGUNIT_CLASS()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/helpers/
H A Dmessagebuffer.h222 typedef std::basic_ostream<UniChar> uostream;
236 UniCharMessageBuffer& operator<<(const UniChar* msg);
242 UniCharMessageBuffer& operator<<(UniChar* msg);
249 UniCharMessageBuffer& operator<<(const UniChar msg);
340 const std::basic_string<UniChar>& str(uostream& os);
347 const std::basic_string<UniChar>& str(UniCharMessageBuffer& buf);
368 std::basic_string<UniChar> buf;
372 std::basic_ostringstream<UniChar>* stream;
658 UniCharMessageBuffer& operator<<(const UniChar* msg);
665 UniCharMessageBuffer& operator<<(UniChar* msg);
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dwidget_edit.c34 struct UniChar { struct
35 struct UniChar *next; argument
36 struct UniChar *prev; argument
42 struct UniChar *pBeginTextChain; argument
43 struct UniChar *pEndTextChain;
44 struct UniChar *pInputChain;
65 struct UniChar *pInputChain_TMP; in redraw_edit_chain()
263 struct UniChar *pOutChain = NULL; in text2chain()
264 struct UniChar *chr_tmp = NULL; in text2chain()
401 struct UniChar *pInputChain_TMP; in edit_key_down()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dwidget_edit.c34 struct UniChar { struct
35 struct UniChar *next; argument
36 struct UniChar *prev; argument
42 struct UniChar *pBeginTextChain; argument
43 struct UniChar *pEndTextChain;
44 struct UniChar *pInputChain;
65 struct UniChar *pInputChain_TMP; in redraw_edit_chain()
263 struct UniChar *pOutChain = NULL; in text2chain()
264 struct UniChar *chr_tmp = NULL; in text2chain()
401 struct UniChar *pInputChain_TMP; in edit_key_down()
[all …]

12345678910>>...50