Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dis_json.c114 while (uc < ue && json_isspace(*uc)) in json_skip_space()
115 uc++; in json_skip_space()
212 uc = json_skip_space(uc, ue); in json_parse_object()
228 uc = json_skip_space(uc, ue); in json_parse_object()
271 uc++; in json_parse_number()
273 for (; uc < ue; uc++) { in json_parse_number()
282 for (; uc < ue; uc++) { in json_parse_number()
289 if (got && (*uc == 'e' || *uc == 'E')) { in json_parse_number()
294 if (*uc == '+' || *uc == '-') in json_parse_number()
296 for (; uc < ue; uc++) { in json_parse_number()
[all …]
H A Dis_csv.c67 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote() argument
71 while (uc < ue) { in eatquote()
72 unsigned char c = *uc++; in eatquote()
76 return --uc; in eatquote()
92 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse() argument
96 while (uc < ue) { in csv_parse()
98 switch (c = *uc++) { in csv_parse()
101 uc = eatquote(uc, ue); in csv_parse()
136 const unsigned char *uc = CAST(const unsigned char *, b->fbuf); in file_is_csv() local
137 const unsigned char *ue = uc + b->flen; in file_is_csv()
[all …]
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c97 unsigned int uc; in mbfl_filt_conv_html_enc() local
121 uc = (unsigned int)c; in mbfl_filt_conv_html_enc()
125 *(--p) = "0123456789"[uc % 10]; in mbfl_filt_conv_html_enc()
126 uc /= 10; in mbfl_filt_conv_html_enc()
127 } while (uc); in mbfl_filt_conv_html_enc()
/PHP-8.0/ext/ffi/tests/
H A D044.phpt15 typedef unsigned int uc __attribute__ ((__mode__ (__SI__)));
26 var_dump(FFI::sizeof($ffi->new("uc")));
/PHP-8.0/tests/strings/
H A D001.phpt143 $uc = ucfirst($str);
144 if ($uc == "Fahrvergnuegen") {
/PHP-8.0/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-8.0/ext/hash/tests/
H A Dfnv1a64.phpt111 array( 'Kdkg6/~uc>"}7jD^t,\\80', 'f83a6970b348b383' ),
/PHP-8.0/build/
H A Dltmain.sh319 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
5557 done | sort | sort -uc >/dev/null 2>&1); then
H A Dphp.m41885 PKG_CHECK_MODULES([ICU], [icu-uc >= 50.1 icu-io icu-i18n])

Completed in 75 milliseconds