Home
last modified time | relevance | path

Searched refs:nwide (Results 1 – 23 of 23) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/tools/SetupAtlas/
H A DxmlEncoding.c21 int nwide = 0; in toWideString() local
28 nwide = MultiByteToWideChar(CP_UTF8, 0, _Str, -1, NULL, 0); in toWideString()
29 if (nwide == 0) in toWideString()
33 _buf = (wchar_t *)calloc(nwide, sizeof(wchar_t)); in toWideString()
38 if (MultiByteToWideChar(CP_UTF8, 0, _Str, -1, _buf, nwide) == 0) in toWideString()
/dports/math/scilab/scilab-6.1.1/scilab/modules/localization/src/c/
H A DcharEncoding.c67 int nwide = 0; in to_wide_string() local
76 nwide = MultiByteToWideChar(codePage, MB_ERR_INVALID_CHARS, _UTFStr, -1, NULL, 0); in to_wide_string()
77 if (nwide == 0) in to_wide_string()
82 nwide = MultiByteToWideChar(codePage, 0, _UTFStr, -1, NULL, 0); in to_wide_string()
85 if (nwide == 0) in to_wide_string()
91 _buf = (wchar_t *)MALLOC(nwide * sizeof(wchar_t)); in to_wide_string()
97 if (MultiByteToWideChar(codePage, 0, _UTFStr, -1, _buf, nwide) == 0) in to_wide_string()
103 _buf[nwide - 1] = L'\0'; in to_wide_string()
/dports/math/scilab/scilab-6.1.1/scilab/modules/localization/src/cpp/
H A DUTF8.cpp84 int nwide = MultiByteToWideChar(codePage, dwFlags, str.c_str(), (int)str.size(), nullptr, 0); in toWide() local
85 if (nwide == 0) in toWide()
90 wchar_t * buf = new wchar_t[nwide]; in toWide()
91 if (MultiByteToWideChar(codePage, dwFlags, str.c_str(), (int)str.size(), buf, nwide) == 0) in toWide()
97 std::wstring wstr(buf, buf + nwide); in toWide()
/dports/math/R/R-4.1.2/src/library/utils/src/windows/
H A Ddataentry.c74 int nwide, nhigh; member
351 DE->nwide = 2; in setcellwidths()
357 DE->nwide = i; in setcellwidths()
383 max(DE->nwide/DE->xScrollbarScale, 1), 0); in drawwindow()
393 DE->colmax = DE->colmin + (DE->nwide - 2); in doHscroll()
412 max(DE->nwide/DE->xScrollbarScale, 1), 0); in doHscroll()
448 max(DE->nwide/DE->xScrollbarScale, 1), 0); in jumpwin()
481 if (DE->ccol == (DE->nwide - 1)) in advancerect()
1259 for (i = 1; i <= DE->nwide; i++) in de_mousedown()
1268 for (i = 0; i <= DE->nwide; i++) { in de_mousedown()
[all …]
/dports/math/libRmath/R-4.1.1/src/library/utils/src/windows/
H A Ddataentry.c74 int nwide, nhigh; member
351 DE->nwide = 2; in setcellwidths()
357 DE->nwide = i; in setcellwidths()
383 max(DE->nwide/DE->xScrollbarScale, 1), 0); in drawwindow()
393 DE->colmax = DE->colmin + (DE->nwide - 2); in doHscroll()
412 max(DE->nwide/DE->xScrollbarScale, 1), 0); in doHscroll()
448 max(DE->nwide/DE->xScrollbarScale, 1), 0); in jumpwin()
481 if (DE->ccol == (DE->nwide - 1)) in advancerect()
1259 for (i = 1; i <= DE->nwide; i++) in de_mousedown()
1268 for (i = 0; i <= DE->nwide; i++) { in de_mousedown()
[all …]
/dports/www/shttpd/shttpd-1.42/src/
H A Dcompat_wince.c48 int nwide; in to_wide_string() local
53 nwide = MultiByteToWideChar(CP_ACP, 0, pStr, -1, NULL, 0); in to_wide_string()
54 if(nwide == 0) in to_wide_string()
56 buf = malloc(nwide * sizeof(WCHAR)); in to_wide_string()
61 if(MultiByteToWideChar(CP_ACP, 0, pStr, -1, buf, nwide) == 0) { in to_wide_string()
/dports/sysutils/heirloom/heirloom-070715/libuxre/
H A Dbracket.c56 if ((nw = bp->nwide) < NWIDE) in addwide()
68 bp->nwide++; in addwide()
761 else if ((i = bp->nwide) != 0) in libuxre_bktmbexec()
H A Dre.h60 unsigned short nwide; member
/dports/math/R/R-4.1.2/src/modules/X11/
H A Ddataentry.c101 int nwide, nhigh; member
549 DE->nwide = 2; in setcellwidths()
554 DE->nwide = i; in setcellwidths()
588 DE->colmax = DE->colmin + (DE->nwide - 2); in drawwindow()
624 int oldnwide = DE->nwide, oldwindowWidth = DE->windowWidth; in doHscroll()
628 DE->colmax = DE->colmin + (DE->nwide - 2); in doHscroll()
722 if (DE->ccol == (DE->nwide - 1)) in advancerect()
1434 for (i = 1; i <= DE->nwide; i++) in findcell()
1449 } else if (wrow > DE->nhigh - 1 || wcol > DE->nwide -1) { in findcell()
1467 for (i = 1; i <= DE->nwide; i++) in findcell()
/dports/math/libRmath/R-4.1.1/src/modules/X11/
H A Ddataentry.c101 int nwide, nhigh; member
549 DE->nwide = 2; in setcellwidths()
554 DE->nwide = i; in setcellwidths()
588 DE->colmax = DE->colmin + (DE->nwide - 2); in drawwindow()
624 int oldnwide = DE->nwide, oldwindowWidth = DE->windowWidth; in doHscroll()
628 DE->colmax = DE->colmin + (DE->nwide - 2); in doHscroll()
722 if (DE->ccol == (DE->nwide - 1)) in advancerect()
1434 for (i = 1; i <= DE->nwide; i++) in findcell()
1449 } else if (wrow > DE->nhigh - 1 || wcol > DE->nwide -1) { in findcell()
1467 for (i = 1; i <= DE->nwide; i++) in findcell()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxifast.c200 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
453 INCS(nwide); in image_simple_expand()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxifast.c205 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
458 INCS(nwide); in image_simple_expand()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxifast.c205 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
458 INCS(nwide); in image_simple_expand()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxifast.c200 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
453 INCS(nwide); in image_simple_expand()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxifast.c202 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
496 INCS(nwide); in image_simple_expand()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxifast.c202 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
496 INCS(nwide); in image_simple_expand()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxifast.c202 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
455 INCS(nwide); in image_simple_expand()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxifast.c202 byte04, rbit0, lbit1, byte1, rbit1, thin, thin2, nwide, bwide, member
455 INCS(nwide); in image_simple_expand()
/dports/graphics/xv/xv-3.10a/
H A Dxvalg.c1331 int nwide, nhigh, i,j, x,y, x1,y1, stx,sty; local
1337 nwide = (selw + pixX-1) / pixX;
1340 stx = selx - (nwide*pixX - selw)/2;
1348 for (j=0; j<nwide; j++, x+=pixX) {
/dports/japanese/xv/xv-3.10a/
H A Dxvalg.c1331 int nwide, nhigh, i,j, x,y, x1,y1, stx,sty; local
1337 nwide = (selw + pixX-1) / pixX;
1340 stx = selx - (nwide*pixX - selw)/2;
1348 for (j=0; j<nwide; j++, x+=pixX) {
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvalg.c1331 int nwide, nhigh, i,j, x,y, x1,y1, stx,sty; local
1337 nwide = (selw + pixX-1) / pixX;
1340 stx = selx - (nwide*pixX - selw)/2;
1348 for (j=0; j<nwide; j++, x+=pixX) {
/dports/devel/staf/src/staf/codepage/
H A Dibm-878.ucm121 <UFF4E> \x6E # LN010080 nwide
/dports/games/simutrans-pak128/simutrans/pak128/text/
H A Den.tab574 The Simu County Library not\nonly offers books and a\nwide variety of resource\nmaterials, but it h…
652 This all-glass building is\nactually a greenhouse and\nhydroponics farm. In it a\nwide variety of h…