Home
last modified time | relevance | path

Searched refs:cutlim (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/intl/collator/
H A Dcollator_is_numeric.c119 int neg = 0, any, cutlim; in collator_u_strtol() local
170 cutlim = cutoff % (zend_ulong)base; in collator_u_strtol()
184 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in collator_u_strtol()
/php-src/ext/standard/
H A Dmath.c769 int cutlim; in _php_math_basetozval() local
787 cutlim = ZEND_LONG_MAX % base; in _php_math_basetozval()
811 if (num < cutoff || (num == cutoff && c <= cutlim)) { in _php_math_basetozval()

Completed in 15 milliseconds