Home
last modified time | relevance | path

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

/PHP-8.1/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.1/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.1/ext/ctype/
H A Dctype.c140 ctype_impl(islower, 0, 0); in PHP_FUNCTION()
/PHP-8.1/ext/gd/libgd/
H A Dgd_xbm.c194 if (!isupper(name[i]) && !islower(name[i]) && !isdigit(name[i])) { in gdImageXbmCtx()
/PHP-8.1/ext/intl/uchar/
H A Duchar.stub.php136 public static function islower(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h230 ZEND_METHOD(IntlChar, islower);
294 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.1/main/
H A Dspprintf.c241 if (isascii((int)*fmt) && !islower((int)*fmt)) { in xbuf_format_converter()
H A Dsnprintf.c534 if (isascii((int)*fmt) && !islower((int)*fmt)) { in format_converter()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c785 if (islower(*ubuf)) in filter_error()
H A Dsoftmagic.c1948 islower(*a)) { in file_strncmp()
/PHP-8.1/ext/standard/
H A Dstring.c1369 if (islower(*c)) { in php_string_toupper()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c7127 case'l':res=islower(c);break;
7136 return(islower(cl)?res:!res);

Completed in 61 milliseconds