Home
last modified time | relevance | path

Searched refs:wcbuf (Results 1 – 25 of 56) sorted by relevance

123

/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dchkxls.c59 wchar_t wcbuf[MAX_BUF]; local
69 res = XwcLookupString (ic, event, wcbuf, sizeof (wcbuf), &ksret, &stret);
91 fprintf (icfp, "returned character code : 0x%X\n", wcbuf[cnt]);
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dchkxls.c59 wchar_t wcbuf[MAX_BUF]; local
69 res = XwcLookupString (ic, event, wcbuf, sizeof (wcbuf), &ksret, &stret);
91 fprintf (icfp, "returned character code : 0x%X\n", wcbuf[cnt]);
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dchkxls.c59 wchar_t wcbuf[MAX_BUF]; local
69 res = XwcLookupString (ic, event, wcbuf, sizeof (wcbuf), &ksret, &stret);
91 fprintf (icfp, "returned character code : 0x%X\n", wcbuf[cnt]);
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dchkxls.c59 wchar_t wcbuf[MAX_BUF]; local
69 res = XwcLookupString (ic, event, wcbuf, sizeof (wcbuf), &ksret, &stret);
91 fprintf (icfp, "returned character code : 0x%X\n", wcbuf[cnt]);
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dchkxls.c59 wchar_t wcbuf[MAX_BUF]; local
69 res = XwcLookupString (ic, event, wcbuf, sizeof (wcbuf), &ksret, &stret);
91 fprintf (icfp, "returned character code : 0x%X\n", wcbuf[cnt]);
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/test/
H A Dchkxls.c59 wchar_t wcbuf[MAX_BUF]; local
69 res = XwcLookupString (ic, event, wcbuf, sizeof (wcbuf), &ksret, &stret);
91 fprintf (icfp, "returned character code : 0x%X\n", wcbuf[cnt]);
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/testsuite/newlib.stdio/
H A Dswprintf.c20 wchar_t wcbuf[512], wcbuf2[512]; in main()
23 swprintf(wcbuf, 512, L"%.*f", 3, val); in main()
26 CHECK (wcscmp(wcbuf, wcbuf2) == 0); in main()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/testsuite/newlib.stdio/
H A Dswprintf.c20 wchar_t wcbuf[512], wcbuf2[512]; in main()
23 swprintf(wcbuf, 512, L"%.*f", 3, val); in main()
26 CHECK (wcscmp(wcbuf, wcbuf2) == 0); in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_concat_ws.cpp62 wchar_t* wcbuf = new wchar_t[strwclen]; in getStrVal()
63 strwclen = utf8::idb_mbstowcs(wcbuf, delim.c_str(), strwclen); in getStrVal()
64 wstring wdelim(wcbuf, strwclen); in getStrVal()
98 delete [] wcbuf; in getStrVal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_concat_ws.cpp62 wchar_t* wcbuf = new wchar_t[strwclen]; in getStrVal()
63 strwclen = utf8::idb_mbstowcs(wcbuf, delim.c_str(), strwclen); in getStrVal()
64 wstring wdelim(wcbuf, strwclen); in getStrVal()
98 delete [] wcbuf; in getStrVal()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/common/
H A Dutils_utf8.h90 wchar_t* wcbuf = new wchar_t[bufsize]; in utf8_to_wstring() local
92 size_t strwclen = idb_mbstowcs(wcbuf, str.c_str(), str.length() + 1); in utf8_to_wstring()
99 std::wstring ret(wcbuf, strwclen); in utf8_to_wstring()
101 delete [] wcbuf; in utf8_to_wstring()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/common/
H A Dutils_utf8.h90 wchar_t* wcbuf = new wchar_t[bufsize]; in utf8_to_wstring() local
92 size_t strwclen = idb_mbstowcs(wcbuf, str.c_str(), str.length() + 1); in utf8_to_wstring()
99 std::wstring ret(wcbuf, strwclen); in utf8_to_wstring()
101 delete [] wcbuf; in utf8_to_wstring()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/Transcoders/IconvGNU/
H A DIconvGNUTransService.cpp241 char wcbuf[MAX_UCHSIZE * 2]; in toUpper() local
242 xmlChToMbc (ch, wcbuf); in toUpper()
246 const char* ptr = wcbuf; in toUpper()
248 char* ptr = wcbuf; in toUpper()
259 pTmpArr = wcbuf; in toUpper()
264 mbcToXMLCh (wcbuf, (XMLCh*) &ch); in toUpper()
274 char wcbuf[MAX_UCHSIZE * 2]; in toLower() local
275 xmlChToMbc (ch, wcbuf); in toLower()
279 const char* ptr = wcbuf; in toLower()
281 char* ptr = wcbuf; in toLower()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/Transcoders/IconvGNU/
H A DIconvGNUTransService.cpp241 char wcbuf[MAX_UCHSIZE * 2]; in toUpper() local
242 xmlChToMbc (ch, wcbuf); in toUpper()
246 const char* ptr = wcbuf; in toUpper()
248 char* ptr = wcbuf; in toUpper()
259 pTmpArr = wcbuf; in toUpper()
264 mbcToXMLCh (wcbuf, (XMLCh*) &ch); in toUpper()
274 char wcbuf[MAX_UCHSIZE * 2]; in toLower() local
275 xmlChToMbc (ch, wcbuf); in toLower()
279 const char* ptr = wcbuf; in toLower()
281 char* ptr = wcbuf; in toLower()
[all …]
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dknj.c348 static wchar_t wcbuf = L'\0'; in win32_getc() local
356 if (wcbuf) { in win32_getc()
357 wc[0] = wcbuf; in win32_getc()
358 wcbuf = L'\0'; in win32_getc()
368 wcbuf=wc[1]; in win32_getc()
/dports/devel/py-rchitect/rchitect-0.3.24/rchitect/
H A Dutils.py168 wcbuf = ctypes.create_unicode_buffer(1)
171 n = mbtowc(wcbuf, buf, len(buf))
174 text += wcbuf[0]
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dknj.c375 static wchar_t wcbuf = L'\0'; in win32_getc() local
383 if (wcbuf) { in win32_getc()
384 wc[0] = wcbuf; in win32_getc()
385 wcbuf = L'\0'; in win32_getc()
395 wcbuf=wc[1]; in win32_getc()
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dlex.c140 static unsigned int wcbuf[BUFSIZE+1]; variable
342 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
343 if (s - wcbuf > 2) in gettok()
346 tval.u.c.v.u = wcbuf[0]; in gettok()
350 unsigned int *s = scon(*cp, wcput, wcbuf); in gettok()
351 tval.type = array(widechar, s - wcbuf, 0); in gettok()
352 tval.u.c.v.p = wcbuf; in gettok()

123