Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_2004.c298 w1 = (s1 << 8) | s2; in mbfl_filt_conv_jis2004_wchar()
301 if ((w1 >= 0x2477 && w1 <= 0x2479) || (w1 >= 0x2479 && w1 <= 0x247B) || in mbfl_filt_conv_jis2004_wchar()
302 (w1 >= 0x2577 && w1 <= 0x257E) || w1 == 0x2678 || w1 == 0x2B44 || in mbfl_filt_conv_jis2004_wchar()
303 (w1 >= 0x2B48 && w1 <= 0x2B4F) || (w1 >= 0x2B65 && w1 <= 0x2B66)) { in mbfl_filt_conv_jis2004_wchar()
315 if (w1 >= 0 && w1 < jisx0213_ucs_table_size) { in mbfl_filt_conv_jis2004_wchar()
322 w1 = (s1 << 8) | s2; in mbfl_filt_conv_jis2004_wchar()
787w1 >= 0x2477 && w1 <= 0x2479) || (w1 >= 0x2479 && w1 <= 0x247B) || (w1 >= 0x2577 && w1 <= 0x257E) … in mb_sjis2004_to_wchar()
804 w1 = (s1 << 8) | s2; in mb_sjis2004_to_wchar()
951w1 >= 0x2477 && w1 <= 0x2479) || (w1 >= 0x2479 && w1 <= 0x247B) || (w1 >= 0x2577 && w1 <= 0x257E) … in mb_eucjp2004_to_wchar()
968 w1 = (s1 << 8) | s2; in mb_eucjp2004_to_wchar()
[all …]
/PHP-8.2/ext/gd/tests/
H A Dbug53580.phpt15 $w1 = 150;
22 $im1 = imagecreatetruecolor($w1, $h1);
23 imagecopyresampled($im1, $im0, 0, 0, 0, 0, $w1, $h1, $w0, $h0);
25 for ($i = 0; $i < $w1; $i++) {
/PHP-8.2/ext/standard/tests/mail/
H A Dmail_variation2.phpt32 %w1%wTo: user@example.com
H A Dmail_basic2.phpt36 %w1%wTo: user@example.com
/PHP-8.2/Zend/
H A Dbench.php46 $w1=50;
53 $s=2*$r/$w1;
56 for ($y=0 ; $y<=$w1; $y=$y+1) {
H A Dzend_types.h310 uint32_t w1; member
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc35 |.define CARG2w, w1
45 |.define FCARG2w, w1

Completed in 50 milliseconds