Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.3/ext/mbstring/ucgendat/
H A Ducgendat.php132 $ranges = $this->propRanges[$propIdx];
133 if (!empty($ranges)) {
134 $lastRange = $ranges[count($ranges) - 1];
155 usort($ranges, function (Range $r1, Range $r2) {
161 foreach ($ranges as $range) {
184 foreach ($this->propRanges as &$ranges) {
185 $ranges = $this->compactRangeArray($ranges);
398 foreach ($data->propRanges as $ranges) {
399 $num = count($ranges);
423 foreach ($data->propRanges as $ranges) {
[all …]
/PHP-7.3/ext/standard/
H A Dscanf.c110 } *ranges; member
170 cset->ranges = (struct Range *) safe_emalloc(sizeof(struct Range), nranges, 0); in BuildCharSet()
172 cset->ranges = NULL; in BuildCharSet()
208 cset->ranges[cset->nranges].start = start; in BuildCharSet()
209 cset->ranges[cset->nranges].end = *ch; in BuildCharSet()
211 cset->ranges[cset->nranges].start = *ch; in BuildCharSet()
212 cset->ranges[cset->nranges].end = start; in BuildCharSet()
253 if ((cset->ranges[i].start <= ch) in CharInSet()
254 && (ch <= cset->ranges[i].end)) { in CharInSet()
282 if (cset->ranges) { in ReleaseCharSet()
[all …]
/PHP-7.3/Zend/tests/
H A Dbug71196.phpt2 Bug #71196 (Memory leak with out-of-order live ranges)
H A Dtemporary_cleaning_016.phpt2 Live ranges should be ordered according to "start" position
/PHP-7.3/ext/filter/tests/
H A Dbug53150.phpt2 Bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode.c985 OnigCodePoint* ranges; member
994 onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges) in onig_unicode_define_user_property() argument
1042 e->ranges = ranges; in onig_unicode_define_user_property()
1066 return onig_is_in_code_range((UChar* )UserDefinedPropertyRanges[index].ranges, code); in onigenc_unicode_is_code_ctype()
1076 onigenc_unicode_ctype_code_range(OnigCtype ctype, const OnigCodePoint* ranges[]) in onigenc_unicode_ctype_code_range() argument
1081 *ranges = UserDefinedPropertyRanges[index].ranges; in onigenc_unicode_ctype_code_range()
1088 *ranges = CodeRanges[ctype]; in onigenc_unicode_ctype_code_range()
1094 const OnigCodePoint* ranges[]) in onigenc_utf16_32_get_ctype_code_range() argument
1097 return onigenc_unicode_ctype_code_range(ctype, ranges); in onigenc_utf16_32_get_ctype_code_range()
H A Dsjis.c271 const OnigCodePoint* ranges[]) in get_ctype_code_range() argument
283 *ranges = PropertyList[ctype]; in get_ctype_code_range()
H A Dutf8.c237 const OnigCodePoint* ranges[]) in get_ctype_code_range() argument
240 return onigenc_unicode_ctype_code_range(ctype, ranges); in get_ctype_code_range()
H A Deuc_jp.c253 const OnigCodePoint* ranges[]) in get_ctype_code_range() argument
265 *ranges = PropertyList[ctype]; in get_ctype_code_range()
H A Dregenc.h147 …t_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]));
178 …2_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint* ranges[]));
179 extern int onigenc_unicode_ctype_code_range P_((OnigCtype ctype, const OnigCodePoint* ranges[]));
H A Doniguruma.h139 … (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]);
316 #define ONIGENC_GET_CTYPE_CODE_RANGE(enc,ctype,sbout,ranges) \ argument
317 (enc)->get_ctype_code_range(ctype,sbout,ranges)
911 int onig_unicode_define_user_property P_((const char* name, OnigCodePoint* ranges));
H A Dregenc.c670 const OnigCodePoint* ranges[] ARG_UNUSED) in onigenc_not_support_get_ctype_code_range()
H A Dregparse.c5892 const OnigCodePoint *ranges; in add_ctype_to_cc() local
5899 r = ONIGENC_GET_CTYPE_CODE_RANGE(enc, ctype, &sb_out, &ranges); in add_ctype_to_cc()
5902 r = add_ctype_to_cc_by_range(cc, ctype, not, env->enc, sb_out, ranges); in add_ctype_to_cc()
5905 ranges, ASCII_LIMIT); in add_ctype_to_cc()
/PHP-7.3/ext/standard/tests/strings/
H A Ducwords_variation5.phpt15 var_dump(ucwords('testing ranges', 'a..e'));
/PHP-7.3/ext/standard/tests/array/
H A Dnatcasesort_variation3.phpt31 // array values contains minimum and maximum ranges
H A Drsort_variation3.phpt32 // array values contains minimum and maximum ranges
H A Dsort_variation3.phpt33 // array values contains minimum and maximum ranges
H A Darsort_variation3.phpt31 // array values contains minimum and maximum ranges
H A Dasort_variation3.phpt31 // array values contains minimum and maximum ranges
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5757 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges()
5770 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges()
5781 if (ranges[1] + 1 != ranges[2]) in optimize_class_ranges()
5791 if ((ranges[1] - ranges[0]) == (ranges[3] - ranges[2]) in optimize_class_ranges()
5792 && (ranges[0] | (ranges[2] - ranges[0])) == ranges[2] in optimize_class_ranges()
5793 && (ranges[1] & (ranges[2] - ranges[0])) == 0 in optimize_class_ranges()
5796 …SLJIT_ASSERT((ranges[0] & (ranges[2] - ranges[0])) == 0 && (ranges[2] & ranges[3] & (ranges[2] - r… in optimize_class_ranges()
5798 if (ranges[2] + 1 != ranges[3]) in optimize_class_ranges()
5811 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges()
5820 if (ranges[2] + 1 != ranges[3]) in optimize_class_ranges()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI908 # int onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges))
915 2 ranges: property code point ranges
916 (first element is number of ranges.)
918 [num-of-ranges, 1st-range-start, 1st-range-end, 2nd-range-start... ]
920 * Don't destroy the ranges after having called this function.
H A DSYNTAX.md920 only exclude those characters and ranges written in them.
934 If this flag is set, then character ranges like `[z-a]` that are broken or contain no
936 character ranges will produce an error message.
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt114 // to avoid trouble with numeric ranges, lets pass the numbers as a string
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug37083.phpt49 $search->ranges[]=$r=new stdClass();
/PHP-7.3/
H A DUPGRADING540 behavioral changes (for instance, character ranges in classes are now more

Completed in 159 milliseconds

12