Searched refs:strtod_rl (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | test-number.cc | 152 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main() 168 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main() 184 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main() 200 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main() 216 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main() 232 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == -123); in main() 248 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == -123); in main()
|
D | hb-number-parser.hh | 123 strtod_rl (const char *buf, char **end_ptr) in strtod_rl() function
|
D | hb-number.cc | 144 return strtod_rl (p, end); in hb_parse_double()
|
D | hb-number-parser.rl | 96 strtod_rl (const char *buf, char **end_ptr)
|