Home
last modified time | relevance | path

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

/bionic/tests/
Dstdlib_test.cpp785 static void CheckStrToInt(T fn(const char* s, char** end, int base)) { in CheckStrToInt() function
858 CheckStrToInt(strtol); in TEST()
862 CheckStrToInt(strtoll); in TEST()
866 CheckStrToInt(strtoul); in TEST()
870 CheckStrToInt(strtoull); in TEST()
874 CheckStrToInt(strtoimax); in TEST()
878 CheckStrToInt(strtoumax); in TEST()