Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c229 UChar *end_ptr_long, *end_ptr_double; in collator_is_numeric() local
261 local_dval = collator_u_strtod(str, &end_ptr_double); in collator_is_numeric()
262 if (local_dval == 0 && end_ptr_double == str) { in collator_is_numeric()
263 end_ptr_double = NULL; in collator_is_numeric()
265 if (end_ptr_double == str+length) { /* floating point string */ in collator_is_numeric()
286 if (end_ptr_double > end_ptr_long && dval) { in collator_is_numeric()

Completed in 5 milliseconds