Home
last modified time | relevance | path

Searched refs:c2 (Results 126 – 145 of 145) sorted by relevance

123456

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput10303 \x{2c2}
306 \x{2c2}
979 !\x{c0}++\x{c1}\x{c2}
989 !\x{c0}++\x{c1}\x{c2}
996 !\x{c0}++\x{c1}\x{c2}
1262 /\x{03c2}+/8i
H A Dtestoutput10549 \x{2c2}
553 \x{2c2}
554 0: \x{2c2}
1840 !\x{c0}++\x{c1}\x{c2}
1856 !\x{c0}++\x{c1}\x{c2}
1866 !\x{c0}++\x{c1}\x{c2}
2308 0: \x{3a3}\x{3c2}\x{3c3}
2310 /\x{03c2}+/8i
2312 0: \x{3a3}\x{3c2}\x{3c3}
2316 0: \x{3a3}\x{3c2}\x{3c3}
H A Dtestoutput15346 First char = \x{c2}
398 First char = \x{c2}
410 First char = \x{c2}
H A Dtestinput6203 \x{2c2}
1039 /[z\x{03c2}]+/8i
1253 /\x{03c2}+/8i
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c759 …const int c2 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
769 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
770 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
771 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
772 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
774 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
775 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
776 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
777 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt257 c2 => e2
H A Dparse_str_basic3.phpt58 $s1 = "sum=10%5c2%3d5";
H A Dhtml_entity_decode_iso8859-15.phpt219 LATIN CAPITAL LETTER A WITH CIRCUMFLEX: Â => c2
220 Â => c2
H A Dhtml_entity_decode_macroman.phpt289 ¬ => c2
354 NOT SIGN: ¬ => c2
H A Dhtml_entity_decode_iso8859-5.phpt219 CYRILLIC CAPITAL LETTER TE: Т => c2
H A Dhtml_entity_decode_win1251.phpt351 CYRILLIC CAPITAL LETTER VE: В => c2
H A Dhtml_entity_decode_cp866.phpt347 BOX DRAWINGS LIGHT DOWN AND HORIZONTAL: ┬ => c2
H A Dhtml_entity_decode_koi8-r.phpt347 CYRILLIC SMALL LETTER BE: б => c2
H A Dbug49785.phpt220 string(2) "c2"
/PHP-5.5/
H A Drun-tests.php2204 $c2 = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2+1, $cnt1, $cnt2, 10);
2206 if ($c1 > $c2) {
2209 } else if ($c2 > 0) {
H A Dconfig.guess743 else echo c2-convex-bsd
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2906 OnigCodePoint c, c2; in fetch_token_in_cc() local
2985 c2 = PPEEK; in fetch_token_in_cc()
2986 if (c2 == '{' && in fetch_token_in_cc()
2993 PFETCH(c2); in fetch_token_in_cc()
2994 if (c2 == '^') { in fetch_token_in_cc()
3012 c2 = PPEEK; in fetch_token_in_cc()
3013 if (ONIGENC_IS_CODE_XDIGIT(enc, c2)) in fetch_token_in_cc()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4577 pcre_uint32 c1, c2; in do_utf_caselesscmp() local
4588 GETCHARINC(c2, src2); in do_utf_caselesscmp()
4589 ur = GET_UCD(c2); in do_utf_caselesscmp()
4590 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c68198 Mem c2;
68206 n2 = v2==0 ? 0 : c2.n;
68209 sqlite3VdbeMemRelease(&c2);
97125 if( c2!=c && c2!=cx ) continue;
97148 if( c2=='^' ){
97152 if( c2==']' ){
97156 while( c2 && c2!=']' ){
97162 if( c==c2 ){
97165 prior_c = c2;
97176 if( c==c2 ) continue;
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4513 >88 belong &0x00010000 c2
4533 >88 belong &0x00010000 c2

Completed in 441 milliseconds

123456