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