Home
last modified time | relevance | path

Searched refs:isprint (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/ctype/
H A Dctype.c154 ctype_impl(isprint, 1, 1); in PHP_FUNCTION()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c127 if (isprint(i)) p[cbit_print + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c553 case 9: return isprint(c); in convert_glob_char_in_class()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfuncs.c604 if (isprint(CAST(unsigned char, *op))) { in file_getbuffer()
735 if ((ms->flags & MAGIC_RAW) != 0 || isprint(*s)) { in file_printable()
H A Dreadcdf.c197 if (isprint(CAST(unsigned char, *s))) in cdf_file_property_info()
H A Dcdf.c1376 abuf[j++] = isprint(*p) ? *p : '.'; in cdf_dump()
H A Dapprentice.c2958 if (isprint(CAST(unsigned char, c))) { in getstr()
/PHP-8.3/ext/intl/uchar/
H A Duchar.c555 IC_BOOL_METHOD_CHAR(isprint) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php3518 public static function isprint(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h232 ZEND_METHOD(IntlChar, isprint);
296 ZEND_ME(IntlChar, isprint, arginfo_class_IntlChar_isprint, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)

Completed in 101 milliseconds