Home
last modified time | relevance | path

Searched refs:wc_len (Results 1 – 25 of 101) sorted by relevance

12345

/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Ddisplay.c202 JW1Mputwc (wc, wc_len) in JW1Mputwc() argument
204 int wc_len;
215 if (wc_len <= 0)
266 int wc_len; local
273 if (wc_len < -1)
371 int wc_len, mb_len; local
395 wc_len = 0;
425 wc += wc_len;
426 wc_len = 0;
441 wc_len++;
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Ddisplay.c202 JW1Mputwc (wc, wc_len) in JW1Mputwc() argument
204 int wc_len;
215 if (wc_len <= 0)
266 int wc_len; local
273 if (wc_len < -1)
371 int wc_len, mb_len; local
395 wc_len = 0;
425 wc += wc_len;
426 wc_len = 0;
441 wc_len++;
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Ddisplay.c202 JW1Mputwc (wc, wc_len) in JW1Mputwc() argument
204 int wc_len;
215 if (wc_len <= 0)
266 int wc_len; local
273 if (wc_len < -1)
371 int wc_len, mb_len; local
395 wc_len = 0;
425 wc += wc_len;
426 wc_len = 0;
441 wc_len++;
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Ddisplay.c202 JW1Mputwc (wc, wc_len) in JW1Mputwc() argument
204 int wc_len;
215 if (wc_len <= 0)
266 int wc_len; local
273 if (wc_len < -1)
371 int wc_len, mb_len; local
395 wc_len = 0;
425 wc += wc_len;
426 wc_len = 0;
441 wc_len++;
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Ddisplay.c202 JW1Mputwc (wc, wc_len) in JW1Mputwc() argument
204 int wc_len;
215 if (wc_len <= 0)
266 int wc_len; local
273 if (wc_len < -1)
371 int wc_len, mb_len; local
395 wc_len = 0;
425 wc += wc_len;
426 wc_len = 0;
441 wc_len++;
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xjutil/
H A Ddisplay.c202 JW1Mputwc (wc, wc_len) in JW1Mputwc() argument
204 int wc_len;
215 if (wc_len <= 0)
266 int wc_len; local
273 if (wc_len < -1)
371 int wc_len, mb_len; local
395 wc_len = 0;
425 wc += wc_len;
426 wc_len = 0;
441 wc_len++;
[all …]
/dports/lang/php73/php-7.3.33/ext/com_dotnet/
H A Dcom_olechar.c112 int wc_len; in php_com_string_to_bstr() local
114 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
117 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
120 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
137 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
140 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
143 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/www/mod_php81/php-8.1.1/ext/com_dotnet/
H A Dcom_olechar.c110 int wc_len; in php_com_string_to_bstr() local
112 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
115 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
118 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
135 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
138 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
141 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/lang/php81/php-8.1.1/ext/com_dotnet/
H A Dcom_olechar.c110 int wc_len; in php_com_string_to_bstr() local
112 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
115 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
118 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
135 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
138 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
141 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/lang/php80/php-8.0.15/ext/com_dotnet/
H A Dcom_olechar.c110 int wc_len; in php_com_string_to_bstr() local
112 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
115 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
118 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
135 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
138 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
141 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/lang/php74/php-7.4.27/ext/com_dotnet/
H A Dcom_olechar.c112 int wc_len; in php_com_string_to_bstr() local
114 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
117 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
120 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
137 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
140 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
143 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/www/mod_php80/php-8.0.15/ext/com_dotnet/
H A Dcom_olechar.c110 int wc_len; in php_com_string_to_bstr() local
112 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
115 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
118 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
135 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
138 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
141 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/www/mod_php74/php-7.4.27/ext/com_dotnet/
H A Dcom_olechar.c112 int wc_len; in php_com_string_to_bstr() local
114 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
117 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
120 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
137 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
140 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
143 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/www/mod_php73/php-7.3.33/ext/com_dotnet/
H A Dcom_olechar.c112 int wc_len; in php_com_string_to_bstr() local
114 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, NULL, 0)) <=… in php_com_string_to_bstr()
117 if ((bstr = SysAllocStringLen(NULL, (UINT)(wc_len - 1))) == NULL) { in php_com_string_to_bstr()
120 …if ((wc_len = MultiByteToWideChar(codepage, flags, ZSTR_VAL(string), (int)mb_len + 1, bstr, wc_len in php_com_string_to_bstr()
137 UINT wc_len = SysStringLen(bstr); in php_com_bstr_to_string() local
140 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, NULL, 0, NULL, NULL); in php_com_bstr_to_string()
143 mb_len = WideCharToMultiByte(codepage, 0, bstr, wc_len + 1, ZSTR_VAL(string), mb_len, NULL, NULL); in php_com_bstr_to_string()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dcallback.c314 CBPreeditDraw (wc, wc_len) in CBPreeditDraw() argument
316 int wc_len;
318 register int cnt = wc_len;
385 send_preeditdraw (caret, first, chg_len, wc, wc_len, flg);
459 int wc_len = 0, mb_len = 0; local
477 wc_len = 0;
490 if ((*JW_att != old_JW_att) && (wc_len > 0))
495 wc += wc_len;
496 wc_len = 0;
499 wc_len++;
[all …]
H A Dxlc_util.c68 int wc_len;
91 from_left = wc_len;
108 *scanned_len = wc_len - from_left;
120 int *wc_len;
128 int len = *wc_len;
157 *wc_len = ret;
217 int wc_len;
240 from_left = wc_len;
497 int wc_len;
499 int wc_str_len = wc_len;
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dcallback.c314 CBPreeditDraw (wc, wc_len) in CBPreeditDraw() argument
316 int wc_len;
318 register int cnt = wc_len;
385 send_preeditdraw (caret, first, chg_len, wc, wc_len, flg);
459 int wc_len = 0, mb_len = 0; local
477 wc_len = 0;
490 if ((*JW_att != old_JW_att) && (wc_len > 0))
495 wc += wc_len;
496 wc_len = 0;
499 wc_len++;
[all …]
H A Dxlc_util.c68 int wc_len;
91 from_left = wc_len;
108 *scanned_len = wc_len - from_left;
120 int *wc_len;
128 int len = *wc_len;
157 *wc_len = ret;
217 int wc_len;
240 from_left = wc_len;
497 int wc_len;
499 int wc_str_len = wc_len;
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dcallback.c314 CBPreeditDraw (wc, wc_len) in CBPreeditDraw() argument
316 int wc_len;
318 register int cnt = wc_len;
385 send_preeditdraw (caret, first, chg_len, wc, wc_len, flg);
459 int wc_len = 0, mb_len = 0; local
477 wc_len = 0;
490 if ((*JW_att != old_JW_att) && (wc_len > 0))
495 wc += wc_len;
496 wc_len = 0;
499 wc_len++;
[all …]
H A Dxlc_util.c68 int wc_len;
91 from_left = wc_len;
108 *scanned_len = wc_len - from_left;
120 int *wc_len;
128 int len = *wc_len;
157 *wc_len = ret;
217 int wc_len;
240 from_left = wc_len;
497 int wc_len;
499 int wc_str_len = wc_len;
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dcallback.c314 CBPreeditDraw (wc, wc_len) in CBPreeditDraw() argument
316 int wc_len;
318 register int cnt = wc_len;
385 send_preeditdraw (caret, first, chg_len, wc, wc_len, flg);
459 int wc_len = 0, mb_len = 0; local
477 wc_len = 0;
490 if ((*JW_att != old_JW_att) && (wc_len > 0))
495 wc += wc_len;
496 wc_len = 0;
499 wc_len++;
[all …]
H A Dxlc_util.c68 int wc_len;
91 from_left = wc_len;
108 *scanned_len = wc_len - from_left;
120 int *wc_len;
128 int len = *wc_len;
157 *wc_len = ret;
217 int wc_len;
240 from_left = wc_len;
497 int wc_len;
499 int wc_str_len = wc_len;
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dcallback.c314 CBPreeditDraw (wc, wc_len) in CBPreeditDraw() argument
316 int wc_len;
318 register int cnt = wc_len;
385 send_preeditdraw (caret, first, chg_len, wc, wc_len, flg);
459 int wc_len = 0, mb_len = 0; local
477 wc_len = 0;
490 if ((*JW_att != old_JW_att) && (wc_len > 0))
495 wc += wc_len;
496 wc_len = 0;
499 wc_len++;
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dcallback.c314 CBPreeditDraw (wc, wc_len) in CBPreeditDraw() argument
316 int wc_len;
318 register int cnt = wc_len;
385 send_preeditdraw (caret, first, chg_len, wc, wc_len, flg);
459 int wc_len = 0, mb_len = 0; local
477 wc_len = 0;
490 if ((*JW_att != old_JW_att) && (wc_len > 0))
495 wc += wc_len;
496 wc_len = 0;
499 wc_len++;
[all …]
H A Dxlc_util.c68 int wc_len;
91 from_left = wc_len;
108 *scanned_len = wc_len - from_left;
120 int *wc_len;
128 int len = *wc_len;
157 *wc_len = ret;
217 int wc_len;
240 from_left = wc_len;
497 int wc_len;
499 int wc_str_len = wc_len;
[all …]

12345