Home
last modified time | relevance | path

Searched refs:lower (Results 26 – 50 of 105) sorted by relevance

12345

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Deuc_kr.c95 UChar* lower) in euckr_mbc_case_fold() argument
98 pp, end, lower); in euckr_mbc_case_fold()
H A Deuc_jp.c160 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
166 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
175 *lower++ = *p++; in mbc_case_fold()
H A Dsjis.c164 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
169 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
178 *lower++ = *p++; in mbc_case_fold()
H A Dregcomp.c675 p[id].lower = lower; in entry_repeat_range()
763 if (qn->lower == 1) in compile_length_quantifier_node()
771 if (qn->lower == 0) in compile_length_quantifier_node()
786 if (qn->lower == 0) { in compile_length_quantifier_node()
918 if (qn->lower == 0) { in compile_quantifier_node()
991 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()
1065 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()
3605 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in setup_comb_exp_check()
3794 if (qn->lower > 1) qn->lower = 1; in setup_tree()
3812 if (!IS_REPEAT_INFINITE(qn->lower) && qn->lower == qn->upper && in setup_tree()
[all …]
/PHP-7.2/ext/spl/tests/
H A DSplFixedArray_setSize_filled_to_smaller.phpt2 Create array, fills it with and resizes it to lower value.
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dwintestoutput386 Subject length lower bound = 1
95 Subject length lower bound = 1
152 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dtestoutput1957 Subject length lower bound = 17
93 Subject length lower bound = 1
103 Subject length lower bound = 1
H A Dtestoutput395 Subject length lower bound = 1
104 Subject length lower bound = 1
160 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
H A Dtestoutput15483 Subject length lower bound = 1
521 Subject length lower bound = 3
541 Subject length lower bound = 1
560 Subject length lower bound = 1
579 Subject length lower bound = 1
599 Subject length lower bound = 1
801 Subject length lower bound = 1
827 Subject length lower bound = 1
847 Subject length lower bound = 1
857 Subject length lower bound = 2
[all …]
H A Dtestoutput22-1639 Subject length lower bound = 2
66 Subject length lower bound = 2
H A Dtestoutput22-3251 Subject length lower bound = 2
78 Subject length lower bound = 2
H A Dtestoutput1310 Subject length lower bound = 3
H A Dwintestinput389 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dtestoutput21-1652 Subject length lower bound = 6
85 Subject length lower bound = 6
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_get_transports.phpt8 die('SKIP php version so lower.');
H A Dstream_get_wrappers.phpt8 die('SKIP php version so lower.');
H A Dstream_socket_get_name.phpt8 die('SKIP php version so lower.');
H A Dstream_socket_recvfrom.phpt8 die('SKIP php version so lower.');
/PHP-7.2/ext/openssl/
H A Dconfig.w3215 /* Openssl 1.0.x and lower */
/PHP-7.2/ext/json/tests/
H A Dbug72787.phpt13 Warning: json_decode(): Depth must be lower than %d in %s on line %d
/PHP-7.2/ext/standard/tests/network/
H A Dgethostname.phpt8 die('SKIP php version so lower.');
/PHP-7.2/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/PHP-7.2/ext/hash/tests/
H A Dhash_update_stream.phpt8 die('SKIP php version so lower.');
/PHP-7.2/ext/mbstring/ucgendat/
H A Ducgendat.c172 static _case_t *lower; variable
646 lower = (_case_t *) malloc(sizeof(_case_t) << 3); in add_lower()
648 lower = (_case_t *) realloc((char *) lower, in add_lower()
656 for (i = 0; i < lower_used && code > lower[i].key; i++) ; in add_lower()
663 (void) AC_MEMCPY((char *) &lower[j], (char *) &lower[j - 1], in add_lower()
667 lower[i].key = cases[1]; /* Lower */ in add_lower()
668 lower[i].other1 = cases[0]; /* Upper */ in add_lower()
669 lower[i].other2 = cases[2]; /* Title */ in add_lower()
1472 write_case(out, lower, lower_used, !upper_used); in write_cdata()
1519 fwrite((char *) lower, sizeof(_case_t), lower_used, out); in write_cdata()
/PHP-7.2/ext/standard/tests/
H A Dforward_static_call_array.phpt8 die('SKIP php version so lower.');

Completed in 59 milliseconds

12345