Home
last modified time | relevance | path

Searched refs:islower (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c101 int c = islower(i)? toupper(i) : tolower(i);
123 if (islower(i)) p[cbit_lower + i/8] |= 1u << (i&7);
145 if (islower(i)) x += ctype_lcletter;
H A Dpcre2_convert.c194 if (c <= 127 && islower(c)) break; /* Remain in started state */ in convert_posix()
560 case 8: return islower(c); in convert_glob_char_in_class()
/php-src/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt15 'isULowercase', 'islower',
61 islower(): bool(false)
89 islower(): bool(true)
117 islower(): bool(false)
/php-src/ext/ctype/
H A Dctype.c140 ctype_impl(islower, 0, 0); in PHP_FUNCTION()
/php-src/ext/gd/libgd/
H A Dgd_xbm.c194 if (!isupper(name[i]) && !islower(name[i]) && !isdigit(name[i])) { in gdImageXbmCtx()
/php-src/main/
H A Dspprintf.c236 if (isascii((int)*fmt) && !islower((int)*fmt)) { in xbuf_format_converter()
H A Dsnprintf.c536 if (isascii((int)*fmt) && !islower((int)*fmt)) { in format_converter()
/php-src/ext/intl/uchar/
H A Duchar.c538 IC_BOOL_METHOD_CHAR(islower) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php1531 public static function islower(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h229 ZEND_METHOD(IntlChar, islower);
292 ZEND_ME(IntlChar, islower, arginfo_class_IntlChar_islower, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c983 if (islower(*ubuf)) in filter_error()
H A Dsoftmagic.c2027 islower(*a)) { in file_strncmp()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c7133 case'l':res=islower(c);break;
7142 return(islower(cl)?res:!res);

Completed in 125 milliseconds