Searched refs:correctly_grouped_prefix (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/libroot/posix/glibc/stdlib/ |
H A D | grouping.h | 33 correctly_grouped_prefix (const STRING_TYPE *begin, const STRING_TYPE *end, in correctly_grouped_prefix() function
|
H A D | strtol.c | 369 end = correctly_grouped_prefix (s, end, thousands, grouping);
|
H A D | strtod.c | 707 tp = correctly_grouped_prefix (start_of_digits, cp, thousands, grouping); 747 tp = correctly_grouped_prefix (start_of_digits, cp, thousands, grouping);
|