Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c106 unsigned int uc; in mbfl_filt_conv_html_enc() local
130 uc = (unsigned int)c; in mbfl_filt_conv_html_enc()
134 *(--p) = "0123456789"[uc % 10]; in mbfl_filt_conv_html_enc()
135 uc /= 10; in mbfl_filt_conv_html_enc()
136 } while (uc); in mbfl_filt_conv_html_enc()
/PHP-7.3/tests/strings/
H A D001.phpt145 $uc = ucfirst($str);
146 if ($uc == "Fahrvergnuegen") {
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5521 uint32_t uc = (d <= CHAR_z)? 0 : 64; in compile_branch() local
5522 uint32_t C = d - uc; in compile_branch()
5523 uint32_t D = d - uc; in compile_branch()
5528 add_to_class(classbits, &class_uchardata, options, cb, C + uc, in compile_branch()
5529 ((D < CHAR_i)? D : CHAR_i) + uc); in compile_branch()
5536 add_to_class(classbits, &class_uchardata, options, cb, C + uc, in compile_branch()
5537 ((D < CHAR_r)? D : CHAR_r) + uc); in compile_branch()
5544 add_to_class(classbits, &class_uchardata, options, cb, C + uc, in compile_branch()
5545 D + uc); in compile_branch()
/PHP-7.3/
H A Dacinclude.m42185 …if test "$PHP_ICU_DIR" = "DEFAULT" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists icu-uc icu-io …
2186 if $PKG_CONFIG --atleast-version=4.0 icu-uc; then
2188 icu_version_full=`$PKG_CONFIG --modversion icu-uc`
2196 ICU_LIBS=`$PKG_CONFIG --libs icu-uc icu-io icu-i18n`
2197 ICU_INCS=`$PKG_CONFIG --cflags-only-I icu-uc icu-io icu-i18n`
2198 ICU_CXXFLAGS=`$PKG_CONFIG --variable=CXXFLAGS icu-uc`
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
/PHP-7.3/ext/hash/tests/
H A Dfnv1a64.phpt113 array( 'Kdkg6/~uc>"}7jD^t,\\80', 'f83a6970b348b383' ),
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c20047 } uc; member
81050 pCur = pC->uc.pCursor;
87954 pCrsr = pC->uc.pCursor;
88493 pCrsr = pC->uc.pCursor;
88630 pCrsr = pC->uc.pCursor;
88669 pCrsr = pC->uc.pCursor;
88743 pCrsr = pC->uc.pCursor;
88954 pCrsr = pC->uc.pCursor;
90494 pCur->uc.pVCur = pVCur;
90544 pVCur = pCur->uc.pVCur;
[all …]

Completed in 531 milliseconds