Home
last modified time | relevance | path

Searched refs:CheckStrToInt (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dstdlib_test.cpp730 static void CheckStrToInt(T fn(const char* s, char** end, int base)) { in CheckStrToInt() function
803 CheckStrToInt(strtol); in TEST()
807 CheckStrToInt(strtoll); in TEST()
811 CheckStrToInt(strtoul); in TEST()
815 CheckStrToInt(strtoull); in TEST()
819 CheckStrToInt(strtoimax); in TEST()
823 CheckStrToInt(strtoumax); in TEST()