Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c101 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i);
121 if (islower(i)) p[cbit_lower + i/8] |= 1u << (i&7);
143 if (islower(i)) x += ctype_lcletter;
H A Dpcre2_convert.c195 if (c <= 127 && islower(c)) break; /* Remain in started state */ in convert_posix()
553 case 8: return islower(c); in convert_glob_char_in_class()
/PHP-8.0/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt15 'isULowercase', 'islower',
61 islower(): bool(false)
89 islower(): bool(true)
117 islower(): bool(false)
/PHP-8.0/ext/ctype/
H A Dctype.c128 CTYPE(islower, 0, 0); in PHP_FUNCTION()
/PHP-8.0/ext/intl/uchar/
H A Duchar.stub.php139 public static function islower(int|string $codepoint) {} function in IntlChar
H A Duchar_arginfo.h215 ZEND_METHOD(IntlChar, islower);
279 ZEND_ME(IntlChar, islower, arginfo_class_IntlChar_islower, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Duchar.c536 IC_BOOL_METHOD_CHAR(islower) in IC_BOOL_METHOD_CHAR()
/PHP-8.0/ext/gd/libgd/
H A Dgd_xbm.c194 if (!isupper(name[i]) && !islower(name[i]) && !isdigit(name[i])) { in gdImageXbmCtx()
/PHP-8.0/main/
H A Dspprintf.c245 if (isascii((int)*fmt) && !islower((int)*fmt)) { in xbuf_format_converter()
H A Dsnprintf.c644 if (isascii((int)*fmt) && !islower((int)*fmt)) { in format_converter()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c785 if (islower(*ubuf)) in filter_error()
H A Dsoftmagic.c1926 islower(*a)) { in file_strncmp()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c185 if (isascii((int)*fmt) && !islower((int)*fmt)) { in format_converter()
/PHP-8.0/ext/standard/
H A Dstring.c1364 if (islower(*c)) { in php_string_toupper()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c7127 case'l':res=islower(c);break;
7136 return(islower(cl)?res:!res);

Completed in 67 milliseconds