Home
last modified time | relevance | path

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

/bionic/tests/
Dstdlib_test.cpp827 static void CheckStrToInt(T fn(const char* s, char** end, int base)) { in CheckStrToInt() function
923 CheckStrToInt(strtol); in TEST()
927 CheckStrToInt(strtoll); in TEST()
931 CheckStrToInt(strtoul); in TEST()
935 CheckStrToInt(strtoull); in TEST()
939 CheckStrToInt(strtoimax); in TEST()
943 CheckStrToInt(strtoumax); in TEST()