Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_json.c114 while (uc < ue && json_isspace(*uc)) in json_skip_space()
115 uc++; in json_skip_space()
210 uc = json_skip_space(uc, ue); in json_parse_object()
222 uc = json_skip_space(uc, ue); in json_parse_object()
264 uc++; in json_parse_number()
266 for (; uc < ue; uc++) { in json_parse_number()
275 for (; uc < ue; uc++) { in json_parse_number()
282 if (got && (*uc == 'e' || *uc == 'E')) { in json_parse_number()
287 if (*uc == '+' || *uc == '-') in json_parse_number()
289 for (; uc < ue; uc++) { in json_parse_number()
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c99 unsigned int uc; in mbfl_filt_conv_html_enc() local
123 uc = (unsigned int)c; in mbfl_filt_conv_html_enc()
127 *(--p) = "0123456789"[uc % 10]; in mbfl_filt_conv_html_enc()
128 uc /= 10; in mbfl_filt_conv_html_enc()
129 } while (uc); in mbfl_filt_conv_html_enc()
/PHP-7.4/ext/ffi/tests/
H A D044.phpt15 typedef unsigned int uc __attribute__ ((__mode__ (__SI__)));
26 var_dump(FFI::sizeof($ffi->new("uc")));
/PHP-7.4/tests/strings/
H A D001.phpt145 $uc = ucfirst($str);
146 if ($uc == "Fahrvergnuegen") {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5931 uint32_t uc = (d <= CHAR_z)? 0 : 64; in compile_branch() local
5932 uint32_t C = c - uc; in compile_branch()
5933 uint32_t D = d - uc; in compile_branch()
5938 add_to_class(classbits, &class_uchardata, options, cb, C + uc, in compile_branch()
5939 ((D < CHAR_i)? D : CHAR_i) + uc); in compile_branch()
5946 add_to_class(classbits, &class_uchardata, options, cb, C + uc, in compile_branch()
5947 ((D < CHAR_r)? D : CHAR_r) + uc); in compile_branch()
5954 add_to_class(classbits, &class_uchardata, options, cb, C + uc, in compile_branch()
5955 D + uc); in compile_branch()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt111 array( 'Kdkg6/~uc>"}7jD^t,\\80', 'f83a6970b348b383' ),
/PHP-7.4/build/
H A Dltmain.sh319 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
5544 done | sort | sort -uc >/dev/null 2>&1); then
H A Dphp.m41905 PKG_CHECK_MODULES([ICU], [icu-uc >= 50.1 icu-io icu-i18n])

Completed in 71 milliseconds