Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/tests/
H A Dstdlib_test.cpp905 static void CheckStrToInt(T fn(const char* s, char** end, int base)) { in CheckStrToInt() function
1007 CheckStrToInt(strtol); in TEST()
1011 CheckStrToInt(strtoll); in TEST()
1015 CheckStrToInt(strtoul); in TEST()
1019 CheckStrToInt(strtoull); in TEST()
1023 CheckStrToInt(strtoimax); in TEST()
1027 CheckStrToInt(strtoumax); in TEST()