Searched refs:end_ptr_double (Results 1 – 1 of 1) sorted by relevance
229 UChar *end_ptr_long, *end_ptr_double; in collator_is_numeric() local261 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 4 milliseconds