Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c218 UChar *end_ptr_long, *end_ptr_double; in collator_is_numeric() local
250 local_dval = collator_u_strtod(str, &end_ptr_double); in collator_is_numeric()
251 if (local_dval == 0 && end_ptr_double == str) { in collator_is_numeric()
252 end_ptr_double = NULL; in collator_is_numeric()
254 if (end_ptr_double == str+length) { /* floating point string */ in collator_is_numeric()
275 if (end_ptr_double > end_ptr_long && dval) { in collator_is_numeric()

Completed in 6 milliseconds