Searched refs:find_decimal_point (Results 1 – 2 of 2) sorted by relevance
101 int find_decimal_point(const char *s, char decimal_point_char,1405 int find_decimal_point(const char *s, char decimal_point_char, in find_decimal_point() function1543 int pos = find_decimal_point(s, decimal_point_char, delim); in add_entry()
1300 * tbl/table.cc (find_dot): Rename to find_decimal_point. Add